From 6441abcdcd0c151d1ad0db49300278095b0777bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 04:17:18 +0000 Subject: [PATCH] chore: 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-overleaf-base.yml | 2 +- .github/workflows/build-overleaf-full.yml | 2 +- .github/workflows/build-overleaf.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-overleaf-base.yml b/.github/workflows/build-overleaf-base.yml index 9d4fc2e42b..e82609b2a1 100644 --- a/.github/workflows/build-overleaf-base.yml +++ b/.github/workflows/build-overleaf-base.yml @@ -150,7 +150,7 @@ jobs: - name: Build and push by digest id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: upstream file: upstream/server-ce/Dockerfile-base diff --git a/.github/workflows/build-overleaf-full.yml b/.github/workflows/build-overleaf-full.yml index 8bb3c5282c..6b41ee51fa 100644 --- a/.github/workflows/build-overleaf-full.yml +++ b/.github/workflows/build-overleaf-full.yml @@ -210,7 +210,7 @@ jobs: - name: Build and push by digest id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 if: steps.platform.outputs.should_build == 'true' with: context: . diff --git a/.github/workflows/build-overleaf.yml b/.github/workflows/build-overleaf.yml index a3f4817f7f..c7d9067ee9 100644 --- a/.github/workflows/build-overleaf.yml +++ b/.github/workflows/build-overleaf.yml @@ -253,7 +253,7 @@ jobs: - name: Build and push by digest id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: upstream file: upstream/Dockerfile.ci