From f31268bde8d37cfa30a6d00f9410bece43f7721b Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 24 Mar 2026 17:21:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ekubectl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc-auth/pipeline-dev | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rc-auth/pipeline-dev b/rc-auth/pipeline-dev index 4085c0dd..2ae22661 100644 --- a/rc-auth/pipeline-dev +++ b/rc-auth/pipeline-dev @@ -57,7 +57,9 @@ pipeline { stage('Upload image') { steps { sh "docker push ${IMAGE_REP_TAG}" - sh "docker rmi -f ${IMAGE_REP_TAG}" + sh "docker tag ${IMAGE_REP_TAG} registry.cn-hangzhou.aliyuncs.com/azizi-dev/auth:latest" + sh "docker push registry.cn-hangzhou.aliyuncs.com/azizi-dev/auth:latest" + sh "docker rmi -f ${IMAGE_REP_TAG} registry.cn-hangzhou.aliyuncs.com/azizi-dev/auth:latest" } } stage('Apply') {