chore(org): retarget org paths to RunicGateway
Repo was transferred UOM -> RunicGateway. build-images.yml already derives its registry owner from github.repository_owner, so it now publishes to gitea.whitlocktech.com/runicgateway/*, but docker-compose still pulled from /uom/*. Point the app+bot images at the new owner so deploys pull the images CI actually publishes. Also update the two README links to the uo-link repo (UOM/link -> RunicGateway/link). No branding text touched (that is handled separately).
This commit is contained in:
@@ -28,7 +28,7 @@ services:
|
||||
# specific build for a reproducible deploy / rollback, e.g.
|
||||
# IMAGE_TAG=sha-042a151 (see .env / .env.example). To build locally instead,
|
||||
# overlay docker-compose.dev.yml (see README).
|
||||
image: gitea.whitlocktech.com/uom/website-app:${IMAGE_TAG:-latest}
|
||||
image: gitea.whitlocktech.com/runicgateway/website-app:${IMAGE_TAG:-latest}
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
environment:
|
||||
@@ -53,7 +53,7 @@ services:
|
||||
bot:
|
||||
# Same as app: prebuilt bot image, pulled in production. Build locally via
|
||||
# docker-compose.dev.yml.
|
||||
image: gitea.whitlocktech.com/uom/website-bot:${IMAGE_TAG:-latest}
|
||||
image: gitea.whitlocktech.com/runicgateway/website-bot:${IMAGE_TAG:-latest}
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user