Browse Source

修改docker配置

zq940222 2 months ago
parent
commit
bd97a9b630
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -55,8 +55,8 @@ pipeline {
                     )]) {
                         sh """
                             cd ${params.SERVICE}
-                            docker build -t ${DOCKER_IMAGE} .
                             echo "\${REGISTRY_PASSWORD}" | docker login ${DOCKER_REGISTRY} -u \${REGISTRY_USERNAME} --password-stdin
+                            docker build -t ${DOCKER_IMAGE} .
                             docker push ${DOCKER_IMAGE}
                         """
                     }