diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 19cfb61..8fe2f8d 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -41,7 +41,7 @@ jobs: images: ${{ github.repository_owner }}/iam-manager - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile