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
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.rangelovk.xyz
|
registry: git.rangelovk.xyz
|
||||||
username: ${{ github.actor }}
|
username: ${{ forgejo.actor }}
|
||||||
password: ${{ github.token }}
|
password: ${{ forgejo.token }}
|
||||||
- uses: docker/build-push-action@v6
|
- uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
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