infra/docs: publish images under the khalidxv Docker Hub namespace

Retarget the release workflow, docker-compose image refs, and docs from the
placeholder temetro namespace to khalidxv (GitHub repo refs unchanged).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Khalid Abdi
2026-06-26 21:40:51 +03:00
parent 130f90bf6a
commit c82ba4b33e
6 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ services:
retries: 10
backend:
image: temetro/temetro-backend:${TEMETRO_VERSION:-latest}
image: khalidxv/temetro-backend:${TEMETRO_VERSION:-latest}
build:
context: .
restart: unless-stopped
@@ -79,7 +79,7 @@ services:
- "4000:4000"
frontend:
image: temetro/temetro-frontend:${TEMETRO_VERSION:-latest}
image: khalidxv/temetro-frontend:${TEMETRO_VERSION:-latest}
build:
context: ../frontend
args: