From 085e0bb3b6d4870fa86060495d9712c3b061fb0b Mon Sep 17 00:00:00 2001 From: Josh Bairstow Date: Tue, 2 Jun 2026 23:46:56 +1000 Subject: [PATCH] fix(deploy): default REGISTRY_OWNER to joshbairstow (actual Forgejo owner) Co-Authored-By: Claude Opus 4.8 (1M context) --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 2d34cdb..db063dc 100644 --- a/compose.yml +++ b/compose.yml @@ -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: