fix(ci): switch deploy images to cn registry

This commit is contained in:
chengkml
2026-05-16 14:23:23 +08:00
parent b649fac7b9
commit 90ed11c4da
4 changed files with 47 additions and 14 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
COMPOSE_PROJECT_NAME=fquiz
API_IMAGE=ghcr.io/chengkml/fquiz-api:latest
WEB_IMAGE=ghcr.io/chengkml/fquiz-web:latest
API_IMAGE=crpi-u265r07n4blchcqo.cn-shanghai.personal.cr.aliyuncs.com/ck-registry/fquiz-api:latest
WEB_IMAGE=crpi-u265r07n4blchcqo.cn-shanghai.personal.cr.aliyuncs.com/ck-registry/fquiz-web:latest
POSTGRES_IMAGE=docker.m.daocloud.io/pgvector/pgvector:pg16
REDIS_IMAGE=docker.m.daocloud.io/library/redis:7-alpine