Update .gitea/workflows/release.yaml
Some checks failed
Publish Docker image / Push Docker image to Docker registry (push) Failing after 13s
Some checks failed
Publish Docker image / Push Docker image to Docker registry (push) Failing after 13s
This commit is contained in:
parent
21786e76af
commit
9f543ee745
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Log in to Docker registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.depeuter.dev/tdpeuter
|
||||
registry: git.depeuter.dev
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.APP_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue