From b6901f1fed84597a44272aa945fce467643ab550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:51:14 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 2.5.0 to 6.5.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 6.5.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/ad44023a93711e3deb337508980b4b5e9bcdc5dc...5176d81f87c23d6fc96624dfdbcd9f3830bbe445) --- 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/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 14dffff..2da7354 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: - name: Build and push Docker image if: ${{ steps.semantic.outputs.new_release_published == 'true' }} - uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc + uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 env: VERSION: ${{ steps.semantic.outputs.new_release_version }} with: