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

This commit is contained in:
2024-02-24 18:12:37 +01:00
parent a7f90a0a0d
commit 81a886965f

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.local.chriphost.de/christoph/formula10:latest
run: docker build . --file Dockerfile --tag gitea.vps.chriphost.de/christoph/formula10:latest
- name: Push Docker image
run: docker push gitea.local.chriphost.de/christoph/formula10:latest