From 75e03b772ebf315fbb9a322f6e32b031fb3bc66f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 11:03:53 +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/docker-release.yaml | 2 +- .github/workflows/ghcr-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-release.yaml b/.github/workflows/docker-release.yaml index f723532..9b0b4e9 100644 --- a/.github/workflows/docker-release.yaml +++ b/.github/workflows/docker-release.yaml @@ -31,7 +31,7 @@ jobs: core.setOutput('no-v', no_v) core.setOutput('no-dash', no_dash) - name: Build and push tag ${{steps.set_version.outputs.no-dash}} - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/ghcr-release.yaml b/.github/workflows/ghcr-release.yaml index 18ce93a..37c8f81 100644 --- a/.github/workflows/ghcr-release.yaml +++ b/.github/workflows/ghcr-release.yaml @@ -41,7 +41,7 @@ jobs: tags: | type=semver,pattern={{version}},value=v${{steps.set_version.outputs.no-dash}} type=raw,value=latest - - uses: docker/build-push-action@v6 + - uses: docker/build-push-action@v7 with: push: true context: .