Move to use dockerfile for build

This commit is contained in:
2025-12-23 07:00:26 +01:00
parent 715ab27616
commit 5c307f9c0b
2 changed files with 6 additions and 1 deletions

5
Dockerfile Normal file
View File

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

View File

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