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

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