From 08c916c6c0f0ca7b5420a63d5ca63920416288a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 20:42:24 +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/alpine.yml | 2 +- .github/workflows/debian.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index eaa5dfa..727ea3a 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -83,7 +83,7 @@ jobs: password: ${{ github.token }} - name: Build and push final image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: file: alpine.Dockerfile platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/s390x,linux/ppc64le diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 130848f..8179426 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -82,7 +82,7 @@ jobs: password: ${{ github.token }} - name: Build and push final image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: file: debian.Dockerfile platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/s390x,linux/ppc64le