From f4d2a3ce80cd753b1b4e3dcb943021c545d7519a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 02:25:05 +0000 Subject: [PATCH] ci: 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/pull_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index c0696de..7d49f42 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@v6 - name: Build Service Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: MergerService/Dockerfile @@ -65,7 +65,7 @@ jobs: tags: test-build-service:latest - name: Build CLI Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: MergerCli/Dockerfile