Explorar el Código

Use correct resume docker image in action.yml

Mark Szepieniec hace 3 años
padre
commit
dcdff60bcd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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://ghcr.io/mszep/pandoc_resume/resume_builder:latest'
+  image: 'docker://ghcr.io/mszep/pandoc_resume:master'
   entrypoint: '/entrypoint.sh'