Fix registry URL
All checks were successful
Build Docker image / Build image (push) Successful in 1m8s
All checks were successful
Build Docker image / Build image (push) Successful in 1m8s
This commit is contained in:
parent
7a36baa122
commit
653a4eef95
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
FORGEJO_VERSION: 10.0
|
FORGEJO_VERSION: 10.0
|
||||||
SCHEDULED: ${{ github.event_name == 'schedule' }}
|
SCHEDULED: ${{ github.event_name == 'schedule' }}
|
||||||
PUSHED: ${{ github.event_name == 'push' }}
|
PUSHED: ${{ github.event_name == 'push' }}
|
||||||
REGISTRY: git.korhonen.lan
|
REGISTRY: git.korhonen.cc
|
||||||
REPO: ${{ env.REGISTRY }}/functionalhacker/forgejo-asciidoc
|
REPO: ${{ env.REGISTRY }}/functionalhacker/forgejo-asciidoc
|
||||||
UPSTREAM: docker://codeberg.org/forgejo/forgejo
|
UPSTREAM: docker://codeberg.org/forgejo/forgejo
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue