From e19284b46229b1c3969d69f6f7ab3ed5d775a1a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 06:17:20 +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/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8f906f..e1c9512 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: docker compose -f backend/docker-compose.yml config - name: Build backend image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./backend file: ./backend/Dockerfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d913b6..fced1eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -545,7 +545,7 @@ jobs: type=raw,value=latest,enable=${{ github.event_name == 'push' || inputs.publish_latest == true }} - name: Build backend image for vulnerability scan - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./backend file: ./backend/Dockerfile @@ -562,7 +562,7 @@ jobs: exit-code: '1' - name: Build and push backend image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./backend file: ./backend/Dockerfile