Update build-with-latex-arm.yml

This commit is contained in:
Menghuan1918 2024-10-06 20:01:09 +08:00 committed by GitHub
parent 58702337bb
commit 55153b3e45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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