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

This commit is contained in:
2023-11-09 02:12:29 +01:00
parent 972d457b01
commit 576796a5a2

View File

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Login to container registry
run: echo ${{ secrets.CONTAINER_REGISTRY_TOKEN }} | docker login -u ${{ secrets.CONTAINER_REGISTRY_USER }} https://gitea.local.chriphost.de
run: echo ${{ secrets.CONTAINER_REGISTRY_TOKEN }} | docker login -u ${{ secrets.CONTAINER_REGISTRY_USER }} https://gitea.local.chriphost.de --password-stdin
- name: Build Docker image
run: docker build . --file Dockerfile
- name: Push Docker image