Update image name
All checks were successful
Build TexLive Docker image / build-docker (push) Successful in 8s

This commit is contained in:
2023-11-22 11:49:29 +01:00
parent d816190bbe
commit f9fd789c2c

View File

@ -17,8 +17,8 @@ jobs:
username: ${{ secrets.CONTAINER_REGISTRY_USER }}
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
- name: Build Docker image
run: docker build . --file Dockerfile --tag gitea.local.chriphost.de/christoph/docker-texlive:latest
run: docker build . --file Dockerfile --tag gitea.local.chriphost.de/christoph/texlive:latest
- name: Push Docker image
run: docker push gitea.local.chriphost.de/christoph/docker-texlive:latest
run: docker push gitea.local.chriphost.de/christoph/texlive:latest