瀏覽代碼

fix: deploy/Jenkinsfile

李时威 8 月之前
父節點
當前提交
33d066cdb6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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