This commit is contained in:
2026-01-09 14:21:39 +01:00
parent beb7fc08d9
commit 63f432a7b1
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-format:latest
WORKDIR /root
ENTRYPOINT [ "/root/entrypoint.sh" ]

View File

@@ -6,7 +6,7 @@ inputs:
description: Directory to format in
runs:
using: docker
image: git.janishutz.com/registry/latex-format:latest
image: git.janishutz.com/registry/latex-format
args:
- ${{ inputs.workdir }}
branding: