Update workflow
Some checks failed
Build AirSignal Docker image / build-docker (push) Failing after 10s

This commit is contained in:
2023-11-09 17:22:08 +01:00
parent 8d049fc57f
commit a1d97d5c9a

View File

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