From 028ff54cbbf37e777722c4947ad7084927078620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:38:41 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 4943da9522e7..e192744a3cbc 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@v5 + uses: docker/build-push-action@v6 with: platforms: linux/amd64, linux/arm64 file: ./Dockerfile.canary # path to Dockerfile