Update .forgejo/workflows/docker-image.yaml
This commit is contained in:
parent
38c06228a2
commit
1057d63033
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ jobs:
|
|||
- name: Login to forgejo docker registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.okoyono.de
|
||||
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue