diff --git a/.github/workflows/build-pdf.yml b/.github/workflows/build-pdf.yml index 3299b99..f8ef158 100644 --- a/.github/workflows/build-pdf.yml +++ b/.github/workflows/build-pdf.yml @@ -12,7 +12,7 @@ jobs: name: Build template runs-on: ubuntu-latest container: - image: ghcr.io/moderncv/debian-texlive-docker:main + image: thomasweise/docker-texlive-full:latest steps: - name: Checkout code