Update workflow
All checks were successful
Build AirSignal Docker image / build-docker (push) Successful in 17s

This commit is contained in:
2023-11-09 17:23:01 +01:00
parent a1d97d5c9a
commit 5c91b7283a

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