Fixed docker image build command
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -3,10 +3,10 @@ pipeline {
|
||||
stages {
|
||||
stage('Build Docker Image') {
|
||||
steps {
|
||||
sh "docker build -t worldcraftdiscordbot:latest ."
|
||||
sh "docker tag worldcraftdiscordbot:latest worldcraftdiscordbot:latest:v${env.BUILD_ID}"
|
||||
sh 'docker build -t worldcraftdiscordbot:latest .'
|
||||
sh "docker tag worldcraftdiscordbot:latest worldcraftdiscordbot:v${env.BUILD_ID}"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user