fix(deploy): default REGISTRY_OWNER to joshbairstow (actual Forgejo owner)
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:
Josh Bairstow 2026-06-02 23:46:56 +10:00
parent 7ecd1b32ae
commit 085e0bb3b6

View file

@ -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: