diff --git a/Jenkinsfile b/Jenkinsfile index f3fab73..c0d047b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' + } + } } } \ No newline at end of file