Kaynağa Gözat

fix: deploy/Jenkinsfile

李时威 8 ay önce
ebeveyn
işleme
33d066cdb6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      deploy/Jenkinsfile

+ 1 - 1
deploy/Jenkinsfile

@@ -33,7 +33,7 @@ pipeline {
           echo "构建 Docker 镜像阶段"
           sh '''
           if [ "$ENV_APP" == "yiliocr-yn" ]; then
-            docker build  -t ${IMAGE_REPO}/${JOB_BASE_NAME}:${TAG} --output type=docker .
+            docker build  -t ${IMAGE_REPO_YILI}/${JOB_BASE_NAME}:${TAG} --output type=docker .
           else
             xxx
           fi