From cceaef7c67c1292a948585d07ba9239cbdd47675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:51:52 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 6.19.2 to 7.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/10e90e3645eae34f1e60eeb005ba3a3d33f178e8...f9f3042f7e2789586610d6e8b85c8f03e5195baf) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-docker-smoke.yml | 2 +- .github/workflows/release-docker-hub.yml | 2 +- .github/workflows/security-container-trivy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-docker-smoke.yml b/.github/workflows/ci-docker-smoke.yml index c7b7556..a16adee 100644 --- a/.github/workflows/ci-docker-smoke.yml +++ b/.github/workflows/ci-docker-smoke.yml @@ -40,7 +40,7 @@ jobs: uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 - name: Build image - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . push: false diff --git a/.github/workflows/release-docker-hub.yml b/.github/workflows/release-docker-hub.yml index e20f47c..37cf0d4 100644 --- a/.github/workflows/release-docker-hub.yml +++ b/.github/workflows/release-docker-hub.yml @@ -68,7 +68,7 @@ jobs: - name: Build and push if: steps.hub.outputs.configured == 'true' id: build - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . push: true diff --git a/.github/workflows/security-container-trivy.yml b/.github/workflows/security-container-trivy.yml index 7175200..8bcf8f3 100644 --- a/.github/workflows/security-container-trivy.yml +++ b/.github/workflows/security-container-trivy.yml @@ -48,7 +48,7 @@ jobs: uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 - name: Build image for scan - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . push: false