Update workflow
Some checks reported warnings
Build AirSignal Docker image / build-docker (push) Has been cancelled
Some checks reported warnings
Build AirSignal Docker image / build-docker (push) Has been cancelled
This commit is contained in:
@ -10,10 +10,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Login to container registry
|
||||
run: echo ${{ secrets.CONTAINER_REGISTRY_TOKEN }} | docker login -u ${{ secrets.CONTAINER_REGISTRY_USER }} http://gitea:3000
|
||||
run: echo ${{ secrets.CONTAINER_REGISTRY_TOKEN }} | docker login -u ${{ secrets.CONTAINER_REGISTRY_USER }} http://gitea.local.chriphost.de
|
||||
- name: Build Docker image
|
||||
run: docker build . --file Dockerfile --tag christoph/airsignal:latest
|
||||
run: docker build . --file Dockerfile
|
||||
- name: Push Docker image
|
||||
run: docker push christoph/airsignal:latest
|
||||
run: docker push http://gitea.local.chriphost.de/christoph/airsignal:latest
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user