Update workflow
All checks were successful
Build AirSignal Docker image / build-docker (push) Successful in 17s
All checks were successful
Build AirSignal Docker image / build-docker (push) Successful in 17s
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user