Added an build with an custom image.

This commit is contained in:
2023-10-24 01:24:21 +02:00
parent 2e2f8be55b
commit d2380b2a02

View File

@ -6,7 +6,10 @@ jobs:
LatexBuild:
runs-on: pi
container:
image: miktex/miktex:latest
image: git.horstenkamp.eu/server/textlive-docker-image/texlive:main
credentials:
username: runner
password: ${{ secrets.PACKAGES }}}
steps:
- name: Checkout
uses: actions/checkout@v3