From 8b4b0e4c6ef83c00336954ebae4b85d419aa1252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:20:31 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 7.0.0 to 7.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/d08e5c354a6adb9ed34480a06d141179aa583294...f9f3042f7e2789586610d6e8b85c8f03e5195baf) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-docker-sha.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker-sha.yml b/.github/workflows/build-docker-sha.yml index 07cb3be..eac87dd 100644 --- a/.github/workflows/build-docker-sha.yml +++ b/.github/workflows/build-docker-sha.yml @@ -42,7 +42,7 @@ jobs: tags: | type=sha - name: Build container image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: push: true context: . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3a1b55..d426984 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: org.opencontainers.image.licenses=MIT - name: Build and push container image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v6.13.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v6.13.0 with: context: . push: true