Skip to content

Commit

Permalink
add entrypoint script to action container
Browse files Browse the repository at this point in the history
  • Loading branch information
mszep committed Sep 12, 2021
1 parent b6a462c commit c9d5ca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .docker/resume.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ FROM pandoc/latex:2.9

RUN apk add make

COPY actions/entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
1 change: 0 additions & 1 deletion actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ description: 'Build a document using texlive'
runs:
using: 'docker'
image: 'docker://ghcr.io/mszep/pandoc_resume/resume_builder:latest'
entrypoint: 'entrypoint.sh'
Empty file modified actions/entrypoint.sh
100644 → 100755
Empty file.

0 comments on commit c9d5ca2

Please sign in to comment.