Commit 049d2d5f authored by 郭灿峰's avatar 郭灿峰

Update Jenkinsfile

parent a05eb3fa
......@@ -9,7 +9,7 @@ pipeline {
stage('Build image') {
steps {
sh 'docker build -t registry.lizhi.co/registry/pybbs .'
sh 'docker push registry.lizhi.co/registry/pybbs .'
sh 'docker push registry.lizhi.co/registry/pybbs'
}
}
stage('deploy') {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment