Update image repo path
All checks were successful
Build TexLive Docker image / build-docker (push) Successful in 6s

This commit is contained in:
2023-11-22 11:56:45 +01:00
parent f9fd789c2c
commit 159dfd5a35

View File

@ -13,12 +13,12 @@ jobs:
- name: Login to container registry
uses: docker/login-action@v3
with:
registry: gitea.local.chriphost.de
registry: gitea.vps.chriphost.de
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/texlive:latest
run: docker build . --file Dockerfile --tag gitea.vps.chriphost.de/christoph/texlive:latest
- name: Push Docker image
run: docker push gitea.local.chriphost.de/christoph/texlive:latest
run: docker push gitea.vps.chriphost.de/christoph/texlive:latest