Update dockerfile
Some checks failed
Build Formula10 Docker Image / build-docker (push) Failing after 16s
Some checks failed
Build Formula10 Docker Image / build-docker (push) Failing after 16s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user