From a5bc62f725aed9426c8a9592a8321c2f6e4fafb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 16 May 2022 14:08:25 +0200 Subject: [PATCH] change image for building latex --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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