From 5029ef41bf26f95caece530b66d2af92a2c80890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 04:59:52 +0000 Subject: [PATCH] ci(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/container-build-check.yml | 2 +- .github/workflows/publish-docker.yml | 2 +- .github/workflows/publish-ghcr-main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/container-build-check.yml b/.github/workflows/container-build-check.yml index 82dcebf8e5..5e2f5d9d07 100644 --- a/.github/workflows/container-build-check.yml +++ b/.github/workflows/container-build-check.yml @@ -51,7 +51,7 @@ jobs: uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd - name: Build container images - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: . file: ${{ matrix.dockerfile }} diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index a8339c6643..b068d2a5c1 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -76,7 +76,7 @@ jobs: - name: Build and push Docker images id: push - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: . file: ${{ matrix.dockerfile }} diff --git a/.github/workflows/publish-ghcr-main.yml b/.github/workflows/publish-ghcr-main.yml index 5d7741d077..e21f1e3969 100644 --- a/.github/workflows/publish-ghcr-main.yml +++ b/.github/workflows/publish-ghcr-main.yml @@ -76,7 +76,7 @@ jobs: - name: Build and push Docker images id: push - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: . file: ${{ matrix.dockerfile }}