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

View File

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