diff --git a/actions/action.yml b/actions/action.yml index 5da9ab10..94e79e31 100644 --- a/actions/action.yml +++ b/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:master' + image: "docker://ghcr.io/${{ github.actor }}/pandoc_resume:master" entrypoint: '/entrypoint.sh' diff --git a/actions/entrypoint.sh b/actions/entrypoint.sh index 087485a9..b5a9ac31 100755 --- a/actions/entrypoint.sh +++ b/actions/entrypoint.sh @@ -1,3 +1,3 @@ #!/bin/sh -sh -c "cd /home/app/resume && make pdf" +sh -c "make pdf"