diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 34a16f0..0000000 --- a/Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM git.janishutz.com/registry/latex-build-full:latest - -WORKDIR /root - -ENTRYPOINT [ "/root/entrypoint.sh" ] diff --git a/action.yml b/action.yml index 3444419..8b7520c 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: default: "" runs: using: docker - image: Dockerfile + image: "docker://git.janishutz.com/registry/latex-build-full" args: - ${{ inputs.workdir }} - ${{ inputs.include_helpers }}