diff --git a/.drone.yml b/.drone.yml index 9b76432..f61638c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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