Update .forgejo/workflows/test-registry.yaml
All checks were successful
CI / test (push) Successful in 11s
All checks were successful
CI / test (push) Successful in 11s
This commit is contained in:
parent
447f410b50
commit
d675e6e22c
1 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,9 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.rangelovk.xyz
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ github.token }}
|
||||
username: ${{ forgejo.actor }}
|
||||
password: ${{ forgejo.token }}
|
||||
- uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: git.rangelovk.xyz/${{ github.repository }}:latest
|
||||
tags: git.rangelovk.xyz/${{ forgejo.repository }}:latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue