Added an build with an custom image.
This commit is contained in:
parent
2e2f8be55b
commit
d2380b2a02
@ -6,7 +6,10 @@ jobs:
|
|||||||
LatexBuild:
|
LatexBuild:
|
||||||
runs-on: pi
|
runs-on: pi
|
||||||
container:
|
container:
|
||||||
image: miktex/miktex:latest
|
image: git.horstenkamp.eu/server/textlive-docker-image/texlive:main
|
||||||
|
credentials:
|
||||||
|
username: runner
|
||||||
|
password: ${{ secrets.PACKAGES }}}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user