ci: use ietm64 namespace for registry packages
All checks were successful
Build & Push Images / build (brain) (push) Successful in 49s
Build & Push Images / build (core) (push) Successful in 1m16s
Build & Push Images / build (web) (push) Successful in 1m27s

This commit is contained in:
2026-04-21 08:28:56 +02:00
parent 9189506e9b
commit d16adb25b0
2 changed files with 5 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ services:
"
core:
image: ${REGISTRY:-gitea.example.com}/loremindmj/core:${TAG:-latest}
image: ${REGISTRY:-gitea.example.com}/ietm64/core:${TAG:-latest}
container_name: loremind-core
depends_on:
postgres:
@@ -74,7 +74,7 @@ services:
restart: unless-stopped
brain:
image: ${REGISTRY:-gitea.example.com}/loremindmj/brain:${TAG:-latest}
image: ${REGISTRY:-gitea.example.com}/ietm64/brain:${TAG:-latest}
container_name: loremind-brain
environment:
LLM_PROVIDER: ${LLM_PROVIDER:-ollama}
@@ -91,7 +91,7 @@ services:
restart: unless-stopped
web:
image: ${REGISTRY:-gitea.example.com}/loremindmj/web:${TAG:-latest}
image: ${REGISTRY:-gitea.example.com}/ietm64/web:${TAG:-latest}
container_name: loremind-web
depends_on:
- core