From f400f11ddb8ad3d1bc1c4e68baf15ee266bc6108 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:41:19 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/images-latex.yaml | 2 +- .github/workflows/images-research.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images-latex.yaml b/.github/workflows/images-latex.yaml index bfb2b21a..9ba7b379 100644 --- a/.github/workflows/images-latex.yaml +++ b/.github/workflows/images-latex.yaml @@ -36,7 +36,7 @@ jobs: echo "${v}" >> "${GITHUB_OUTPUT}" - id: bake - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: platforms: linux/arm64,linux/amd64 context: "./images/src/latex" diff --git a/.github/workflows/images-research.yaml b/.github/workflows/images-research.yaml index 76b6648a..4d188c7e 100644 --- a/.github/workflows/images-research.yaml +++ b/.github/workflows/images-research.yaml @@ -35,7 +35,7 @@ jobs: echo "DOCKER_STACKS_VERSION=$(date +'%Y-%m-%d')" >> "${GITHUB_OUTPUT}" - id: build-push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: platforms: linux/arm64,linux/amd64 context: "./images/src/research"