Update workflow registry path
Some checks failed
Build Heidi Docker image / build-docker (push) Failing after 9s
Some checks failed
Build Heidi Docker image / build-docker (push) Failing after 9s
This commit is contained in:
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
paths:
|
paths:
|
||||||
|
- ".gitea/workflows/*"
|
||||||
- "Dockerfile"
|
- "Dockerfile"
|
||||||
- "*.py"
|
- "*.py"
|
||||||
- "requirements.txt"
|
- "requirements.txt"
|
||||||
@ -17,7 +18,7 @@ jobs:
|
|||||||
- name: Login to container registry
|
- name: Login to container registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: gitea.local.chriphost.de
|
registry: gitea.vps.chriphost.de
|
||||||
username: ${{ secrets.CONTAINER_REGISTRY_USER }}
|
username: ${{ secrets.CONTAINER_REGISTRY_USER }}
|
||||||
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
|
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
|
Reference in New Issue
Block a user