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