Browse Source

update our action to use the new container

Mark Szepieniec 3 years ago
parent
commit
01cd0c2f90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      actions/action.yml

+ 1 - 1
actions/action.yml

@@ -3,5 +3,5 @@ name: 'Texlive Build'
 description: 'Build a document using texlive'
 runs:
   using: 'docker'
-  image: 'docker://pandoc/latex:2.9'
+  image: 'docker://ghcr.io/mszep/pandoc_resume/resume_builder:latest
   entrypoint: 'make pdf'