Move to use dockerfile for build
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
FROM git.janishutz.com/registry/latex-build:latest
|
||||||
|
|
||||||
|
WORKDIR /root
|
||||||
|
|
||||||
|
ENTRYPOINT [ "/root/entrypoint.sh" ]
|
||||||
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user