张 巡 1 vuosi sitten
vanhempi
commit
0fdcf50504
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      deploy/Jenkinsfile

+ 2 - 2
deploy/Jenkinsfile

@@ -16,7 +16,7 @@ pipeline {
         container('docker') {
           echo "构建 Docker 镜像阶段"
           sh 'echo "nameserver 114.114.114.114" >> /etc/resolv.conf'
-          sh 'docker build --target image-idctest  -t ${IMAGE_REPO}/aihub-backend:${ENV_APP} --output type=docker .'
+          sh 'docker build --target image-idctest  -t ${IMAGE_REPO}/datax-admin:${ENV_APP} --output type=docker .'
           echo "build success"
         }
         script {
@@ -29,7 +29,7 @@ pipeline {
         container('docker') {
           echo "Push Docker 镜像阶段"
           sh'docker images'
-          sh 'docker push ${IMAGE_REPO}/aihub-backend:${ENV_APP} '
+          sh 'docker push ${IMAGE_REPO}/datax-admin:${ENV_APP} '
           echo "Push image success"
         }
         script {