Update to more efficient structure

This commit is contained in:
2026-01-09 14:41:40 +01:00
parent 9e8bc822de
commit 774e780495
2 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
FROM git.janishutz.com/registry/latex-build-full: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-full"
args:
- ${{ inputs.workdir }}
- ${{ inputs.include_helpers }}