From 8dd04587668723909dc9162c1b04c89cd8713521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 19:36:19 +0000 Subject: [PATCH] Bump docker/build-push-action from 2.7.0 to 6.18.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.7.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.7.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-container.yml b/.github/workflows/release-container.yml index 6f88356c..f7f3687f 100644 --- a/.github/workflows/release-container.yml +++ b/.github/workflows/release-container.yml @@ -33,7 +33,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v6.18.0 with: context: ch8_packages/docker push: true