Skip to content

Commit

Permalink
update our action to use the new container
Browse files Browse the repository at this point in the history
  • Loading branch information
mszep committed Sep 11, 2021
1 parent a0de641 commit 01cd0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 01cd0c2

Please sign in to comment.