fix(deploy): default REGISTRY_OWNER to joshbairstow (actual Forgejo owner)
Some checks failed
deploy / build-and-deploy (push) Failing after 13s
Some checks failed
deploy / build-and-deploy (push) Failing after 13s
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7ecd1b32ae
commit
085e0bb3b6
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ services:
|
|||
web:
|
||||
# REGISTRY_OWNER must be the lowercase Forgejo owner (user/org). TAG is the
|
||||
# commit sha set by the deploy step; falls back to latest for manual `up`.
|
||||
image: git.joshbairstow.com/${REGISTRY_OWNER:-josh}/jb-website:${TAG:-latest}
|
||||
image: git.joshbairstow.com/${REGISTRY_OWNER:-joshbairstow}/jb-website:${TAG:-latest}
|
||||
container_name: jb-website
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue