Parcourir la source

fix: deploy/Jenkinsfile

李时威 il y a 8 mois
Parent
commit
7487cfcd57
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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