Update dockerfile
Some checks failed
Build Formula10 Docker Image / build-docker (push) Failing after 16s

This commit is contained in:
2024-02-24 18:10:54 +01:00
parent a91e702b13
commit 10a79dfae3

View File

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