From 59e608498d216b28b0ae32657d62975567818ba9 Mon Sep 17 00:00:00 2001 From: wenlele Date: Sun, 29 Jan 2023 15:18:36 +0800 Subject: [PATCH] registry.anxinyun.cn --- jenkinsfile_api | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkinsfile_api b/jenkinsfile_api index ef6c939..8bbe885 100644 --- a/jenkinsfile_api +++ b/jenkinsfile_api @@ -9,9 +9,9 @@ pipeline { stage('巡检 api ......') { steps { buildName "#${BUILD_NUMBER} ~/smartcity/${JOB_NAME}:${IMAGE_VERSION}" - buildDescription "harbor.anxinyun.cn/smartcity/${JOB_NAME}:${IMAGE_VERSION}" - sh 'nerdctl build -t harbor.anxinyun.cn/smartcity/${JOB_NAME}:${IMAGE_VERSION} ./api' - sh 'nerdctl push harbor.anxinyun.cn/smartcity/${JOB_NAME}:${IMAGE_VERSION}' + buildDescription "registry.anxinyun.cn/smartcity/${JOB_NAME}:${IMAGE_VERSION}" + sh 'nerdctl build -t registry.anxinyun.cn/smartcity/${JOB_NAME}:${IMAGE_VERSION} ./api' + sh 'nerdctl push registry.anxinyun.cn/smartcity/${JOB_NAME}:${IMAGE_VERSION}' } } }