diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 931305a..1116811 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: # Push docker images to GCR # Dockerhub is auto synced with the repo, no need to explicitly deploy - name: Build and push docker images to GCR - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: steps.semantic.outputs.new-release-published == 'true' with: context: . diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 785580f..578bc0a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -85,7 +85,7 @@ jobs: # Dockerhub is auto synced with the repo, no need to explicitly deploy - name: build and push branch docker image to GCR - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: linux/arm64,linux/amd64