From 0a8eec6abf731209255d0f38c5e01705a69eed49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:10:46 +0000 Subject: [PATCH] build(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/build.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1f337e6..ea771a1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -71,7 +71,7 @@ jobs: type=raw,value=${{ matrix.php }}-${{ matrix.arch }} - name: Build and Push Docker Images - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: annotations: ${{ steps.docker-metadata.outputs.annotations }} build-args: "PHP_VERSION=${{ matrix.php }}" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 09bc50a..be18551 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: driver-opts: network=host - name: Build Local Image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 env: DOCKER_BUILD_SUMMARY: false DOCKER_BUILD_RECORD_UPLOAD: false