From 0b042430b12912217e515cdbb042757259c38b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:53:22 +0000 Subject: [PATCH] Bump docker/build-push-action from 6 to 7 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-debug.yml | 2 +- .github/workflows/release-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-debug.yml b/.github/workflows/release-debug.yml index 8f8871e..5cc9058 100644 --- a/.github/workflows/release-debug.yml +++ b/.github/workflows/release-debug.yml @@ -91,7 +91,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: images/debug push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index b5fbc3c..1250da2 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -70,7 +70,7 @@ jobs: - name: Build and push id: build-and-push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ inputs.context }} file: ${{ inputs.context }}/${{ inputs.dockerfile }}