From e62639a5a1768b161ded168f15fa624b700b8d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:57:16 +0100 Subject: [PATCH] ci(deps): bump docker/build-push-action from 6 to 7 (#53) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-build-pr.yml | 2 +- .github/workflows/docker-build-trusted.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build-pr.yml b/.github/workflows/docker-build-pr.yml index ec842d58..a61a9aff 100644 --- a/.github/workflows/docker-build-pr.yml +++ b/.github/workflows/docker-build-pr.yml @@ -44,7 +44,7 @@ jobs: - name: Build Docker image (no push) id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ matrix.context }} file: ${{ matrix.dockerfile }} diff --git a/.github/workflows/docker-build-trusted.yml b/.github/workflows/docker-build-trusted.yml index b3a28ad6..2d237e12 100644 --- a/.github/workflows/docker-build-trusted.yml +++ b/.github/workflows/docker-build-trusted.yml @@ -59,7 +59,7 @@ jobs: - name: Build and push Docker image id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ matrix.context }} file: ${{ matrix.dockerfile }}