From ac4ad45c45284f0db79a52926e7d864d2bbe1d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 10:37:26 +0000 Subject: [PATCH] Github Actions(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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index 7df8db8..a760ccb 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -70,7 +70,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push id: build - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: . platforms: linux/amd64,linux/arm64