fix(ci): switch to GHCR (ghcr.io/farhoodliquor) from Docker Hub

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-19 14:12:53 -04:00
parent e5874a4887
commit 6ecf1a4d4d
2 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ spec:
serviceAccountName: shannon-api
containers:
- name: api
image: keygraph/shannon-api:latest
image: ghcr.io/farhoodliquor/shannon-api:latest
ports:
- containerPort: 3000
name: http
@@ -26,7 +26,7 @@ spec:
- name: TEMPORAL_ADDRESS
value: shannon-temporal:7233
- name: WORKER_IMAGE
value: keygraph/shannon:latest
value: ghcr.io/farhoodliquor/shannon:latest
- name: K8S_NAMESPACE
value: shannon
envFrom: