From 0d7876048ab04f81321b85c4cfed691564435ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:25:29 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 6.13.0 to 7.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.13.0...v7.2.0) --- 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/_bundler_container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_bundler_container.yaml b/.github/workflows/_bundler_container.yaml index 04d55bf4..8147933f 100644 --- a/.github/workflows/_bundler_container.yaml +++ b/.github/workflows/_bundler_container.yaml @@ -43,7 +43,7 @@ jobs: uses: docker/setup-buildx-action@v3.9.0 - name: Build & Publish Image - uses: docker/build-push-action@v6.13.0 + uses: docker/build-push-action@v7.2.0 with: context: bundler/ push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}