From 13df74652730f9e6a21949a8d2fbf1d5f3f236ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:55:00 +0900 Subject: [PATCH] chore(deps): bump docker/build-push-action from 4 to 5 (#5500) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/reusable-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-release.yaml b/.github/workflows/reusable-release.yaml index 34580bd70d8a..84bd66732ded 100644 --- a/.github/workflows/reusable-release.yaml +++ b/.github/workflows/reusable-release.yaml @@ -109,7 +109,7 @@ jobs: # because GoReleaser Free doesn't support pushing images with the `--snapshot` flag. - name: Build and push if: ${{ inputs.goreleaser_config == 'goreleaser-canary.yml' }} - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: platforms: linux/amd64, linux/arm64 file: ./Dockerfile.canary # path to Dockerfile