mirror of
http://124.126.16.154:8888/singularity/docker-images-hyperf.git
synced 2026-01-15 00:35:08 +08:00
ci(jenkinsfile): 🐎 添加构建latest的阶段
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -8,5 +8,11 @@ pipeline {
|
||||
sh 'docker push harbor.luxcreo.cn/library/hyperf:8.0-swoole'
|
||||
}
|
||||
}
|
||||
stage('Build Latest') {
|
||||
steps {
|
||||
sh 'docker tag harbor.luxcreo.cn/library/hyperf:8.0-swoole harbor.luxcreo.cn/library/hyperf:latest'
|
||||
sh 'docker push harbor.luxcreo.cn/library/hyperf:latest'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user