Browse Source

更新 'Jenkinsfile'

sifu-gogs 2 years ago
parent
commit
446df7fb57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -22,7 +22,7 @@ pipeline {
         stage('Deploy') {
             steps {
                 echo 'Deploying....'
-                sh 'docker build -t hitSheep:0.1 .'
+                sh 'docker build -t hitsheep:0.1 .'
                 sh 'docker-compose up -d'
             }
         }