Update to more efficient structure

This commit is contained in:
2026-01-09 14:41:22 +01:00
parent 22a88871b5
commit 11dc7640e5
2 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
FROM git.janishutz.com/registry/latex-build:latest
WORKDIR /root
ENTRYPOINT [ "/root/entrypoint.sh" ]

View File

@@ -15,7 +15,7 @@ inputs:
default: ""
runs:
using: docker
image: Dockerfile
image: "docker://git.janishutz.com/registry/latex-build"
args:
- ${{ inputs.workdir }}
- ${{ inputs.include_helpers }}