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
de927fdb56
commit
a62a41249b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
||||
with:
|
||||
registry: git.depeuter.dev
|
||||
username: ${{ gitea.actor }}
|
||||
username: tdpeuter
|
||||
password: ${{ secrets.APP_TOKEN }}
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
|
|
Loading…
Reference in a new issue