Update workflow registry path
Some checks failed
Build Heidi Docker image / build-docker (push) Failing after 9s

This commit is contained in:
2023-11-26 00:41:17 +01:00
parent 626611f5a8
commit e430b99e35

View File

@ -4,6 +4,7 @@ on:
push:
branches: [master]
paths:
- ".gitea/workflows/*"
- "Dockerfile"
- "*.py"
- "requirements.txt"
@ -17,7 +18,7 @@ jobs:
- name: Login to container registry
uses: docker/login-action@v3
with:
registry: gitea.local.chriphost.de
registry: gitea.vps.chriphost.de
username: ${{ secrets.CONTAINER_REGISTRY_USER }}
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
- name: Build Docker image