From 6d8457f9c879c566c646eef3ffc861cb22133a6c Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 24 Mar 2026 16:56:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=E4=BD=BF=E7=94=A8docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc-auth/pipeline-dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-auth/pipeline-dev b/rc-auth/pipeline-dev index 2395981d..8a82f3c8 100644 --- a/rc-auth/pipeline-dev +++ b/rc-auth/pipeline-dev @@ -15,7 +15,7 @@ pipeline { JAR_SIZE = "" JAR_TARGET_DIR = "rc-auth/target" JAR_NAME = "rc-auth-*.jar" - ALIYUN_REGISTRY = "registry.cn-hangzhou.aliyuncs.com/public_mirror_images" + ALIYUN_REGISTRY = "registry.cn-hangzhou.aliyuncs.com/azizi-dev/auth" IMAGE_REP_TAG = "" DOCKER_FILE = "rc-auth/Dockerfile-dev" DOCKER_DIR = "rc-auth"