From 703730fc98b12b72fa5b2eda5c429be75c3e7a71 Mon Sep 17 00:00:00 2001 From: FamousMai <906631095@qq.com> Date: Tue, 1 Apr 2025 11:45:00 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=9B=B4=E6=8D=A2=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 8 ++++---- docker/docker-compose.dify-plus.yaml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2c0677ba..fb97fdd43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,10 +7,10 @@ stages: variables: DOCKER_REGISTRY: ccr.ccs.tencentyun.com - DIFY_WEB_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/web - DIFY_API_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/api - ADMIN_WEB_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/admin-web - ADMIN_SERVER_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/admin-server + DIFY_WEB_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/dify-plus-web + DIFY_API_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/dify-plus-api + ADMIN_WEB_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/dify-plus-admin-web + ADMIN_SERVER_IMAGE_NAME: ${DOCKER_REGISTRY}/yfgaia/dify-plus-admin-server # 只有在打tag时触发 workflow: diff --git a/docker/docker-compose.dify-plus.yaml b/docker/docker-compose.dify-plus.yaml index d8e957d29..e56604190 100644 --- a/docker/docker-compose.dify-plus.yaml +++ b/docker/docker-compose.dify-plus.yaml @@ -393,7 +393,7 @@ x-shared-env: &shared-api-worker-env services: # API service api: - image: ccr.ccs.tencentyun.com/yfgaia/api:0.0.7 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:0.0.7 # build: # context: ../api # dockerfile: ./Dockerfile @@ -419,7 +419,7 @@ services: # worker service # The Celery worker for processing the queue. worker: - image: ccr.ccs.tencentyun.com/yfgaia/api:0.0.7 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:0.0.7 # build: # context: ../api # dockerfile: ./Dockerfile @@ -444,7 +444,7 @@ services: # Frontend web application. web: - image: ccr.ccs.tencentyun.com/yfgaia/web:0.0.7 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-web:0.0.7 # build: # context: ../web # dockerfile: ./Dockerfile @@ -608,7 +608,7 @@ services: AUTHORIZATION_ADMINLIST_USERS: ${WEAVIATE_AUTHORIZATION_ADMINLIST_USERS:-hello@dify.ai} admin-web: - image: ccr.ccs.tencentyun.com/yfgaia/admin-web:0.0.7 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-web:0.0.7 # build: # context: ../admin/web # dockerfile: ./Dockerfile @@ -622,7 +622,7 @@ services: - default admin-server: - image: ccr.ccs.tencentyun.com/yfgaia/admin-server:0.0.7-arm64 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-server:0.0.7 # build: # context: ../admin/server # dockerfile: ./Dockerfile