change image for building latex

This commit is contained in:
Julien Fastré 2022-05-16 14:08:25 +02:00
parent eb615a093a
commit a5bc62f725
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ steps:
- sh build-pandoc.sh latex admin > admin/admin-manual.tex
- name: build-latex-user
image: ghcr.io/xu-cheng/texlive-full:latest
image: texlive/texlive
commands:
- echo "images"
- ls user/img
@ -28,7 +28,7 @@ steps:
- latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode -xelatex user-manual.tex
- name: build-latex-admin
image: ghcr.io/xu-cheng/texlive-full:latest
image: texlive/texlive
commands:
- echo "images"
- ls user/img