diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 88b9899..59416c3 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -87,7 +87,7 @@ jobs: type=sha,prefix=,suffix=,format=long - name: Build and push image to gcr.io - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . platforms: linux/amd64,linux/arm64,linux/ppc64le