Update .gitea/workflows/release.yaml
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 10s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 10s
This commit is contained in:
parent
88a724d269
commit
0972e93d93
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
registry: git.depeuter.dev
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.APP_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue