ci: migrate inttest images from GHCR to local registry, remove ghcr-credentials

This commit is contained in:
Celes Renata
2026-04-19 06:22:35 +00:00
parent e3e1531847
commit 19b63dd369
3 changed files with 7 additions and 17 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ stage_end "infra_deploy" "ok"
# ══════════════════════════════════════════════════════════════════════════════
stage_start "seed_data"
SEED_IMAGE="ghcr.io/celesrenata/stonks-oracle/query-api:${IMAGE_TAG}"
SEED_IMAGE="registry.celestium.life/stonks-oracle/query-api:${IMAGE_TAG}"
log "Seeding sandbox database ..."
if ! kubectl run seed-sandbox \