From 55153b3e455da2e32aa21ae3bd7e684ca40bb945 Mon Sep 17 00:00:00 2001 From: Menghuan1918 Date: Sun, 6 Oct 2024 20:01:09 +0800 Subject: [PATCH] Update build-with-latex-arm.yml --- .github/workflows/build-with-latex-arm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-with-latex-arm.yml b/.github/workflows/build-with-latex-arm.yml index ac0afceb..2f34265b 100644 --- a/.github/workflows/build-with-latex-arm.yml +++ b/.github/workflows/build-with-latex-arm.yml @@ -41,12 +41,12 @@ jobs: - name: Build Docker image as tar file run: | - docker buildx build --output type=tar,dest=image.tar --platform linux/arm64,linux/amd64 . + docker buildx build --output type=tar,dest=image.tar --platform linux/arm64,linux/amd64 ./docs/GithubAction+NoLocal+Latex - name: De-tar the image file run: | mkdir -p output - tar -xf image.tar -C output + tar -xf ./docs/image.tar -C output - name: Push Docker image uses: docker/build-push-action@v6