chore: modify image tag

This commit is contained in:
jerry 2022-05-01 10:49:44 +08:00
parent 1e04500382
commit d283d3f346

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stage('build') {
agent {
docker {
image 'shenmo7192/uos-21-dtk5.4:v1.0'
image 'shenmo7192/uos-21-dtk5.4:1.0'
}
}
steps {