From 0e065eaba5ab98710a3733834fc317a58956ba2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 00:43:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20docker/build-push-action=20f?= =?UTF-8?q?rom=206=20to=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 734e1ef4..7d7583fd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push Base Image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: docker/base file: docker/base/Dockerfile @@ -57,7 +57,7 @@ jobs: CACHE_DATE=${{ github.event.head_commit.timestamp }} - name: Build and push Main Image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: docker/run/Dockerfile