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"