diff --git a/Jenkinsfile b/Jenkinsfile index d10f8a1..a11a442 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,10 +3,10 @@ pipeline { stages { stage('Build Docker Image') { steps { - sh '''docker build -t worldcraftdiscordbot:latest . -docker tag worldcraftdiscordbot:latest worldcraftdiscordbot:latest:v${env.BUILD_ID}''' + sh '''docker build -t worldcraftdiscordbot:latest .''' + sh '''docker tag worldcraftdiscordbot:latest worldcraftdiscordbot:latest:v${env.BUILD_ID}''' } } } -} \ No newline at end of file +}