From 858158a6e053dfdc655c1ca3c056f4f7780c75a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:54:22 +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/backend-release.yml | 2 +- .github/workflows/frontend-release.yml | 2 +- .github/workflows/satellite-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backend-release.yml b/.github/workflows/backend-release.yml index af71eb691..6dd1ace94 100644 --- a/.github/workflows/backend-release.yml +++ b/.github/workflows/backend-release.yml @@ -115,7 +115,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: ./services/backend/Dockerfile diff --git a/.github/workflows/frontend-release.yml b/.github/workflows/frontend-release.yml index 97ce23af7..2406f114d 100644 --- a/.github/workflows/frontend-release.yml +++ b/.github/workflows/frontend-release.yml @@ -128,7 +128,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: ./services/frontend/Dockerfile diff --git a/.github/workflows/satellite-release.yml b/.github/workflows/satellite-release.yml index 6b7dac3cc..f8dc20f16 100644 --- a/.github/workflows/satellite-release.yml +++ b/.github/workflows/satellite-release.yml @@ -110,7 +110,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: ./services/satellite/Dockerfile