From 812c8425596949e57d4190fd742025c2e107cd5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:18:18 +0000 Subject: [PATCH] chore(deps): 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/anchore.yaml | 2 +- .github/workflows/publish-docker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/anchore.yaml b/.github/workflows/anchore.yaml index 9c9bdcf..070a307 100644 --- a/.github/workflows/anchore.yaml +++ b/.github/workflows/anchore.yaml @@ -44,7 +44,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build local container - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: tags: localbuild/testimage:latest push: false diff --git a/.github/workflows/publish-docker.yaml b/.github/workflows/publish-docker.yaml index 399c382..1359187 100644 --- a/.github/workflows/publish-docker.yaml +++ b/.github/workflows/publish-docker.yaml @@ -51,7 +51,7 @@ jobs: script: return '${{ github.repository }}'.toLowerCase() - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: platforms: linux/amd64 push: true