diff --git a/Jenkinsfile b/Jenkinsfile index 959821a..1eecf74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,12 +8,6 @@ pipeline { sh 'docker push harbor.luxcreo.cn/library/hyperf:7.4-swoole' } } - stage('Build 8.0-swoole') { - steps { - sh 'docker build -t harbor.luxcreo.cn/library/hyperf:8.0-swoole -f swoole/8.0/Dockerfile .' - sh 'docker push harbor.luxcreo.cn/library/hyperf:8.0-swoole' - } - } stage('Build 8.1-swoole') { steps { sh 'docker build -t harbor.luxcreo.cn/library/hyperf:8.1-swoole -f swoole/8.1/Dockerfile .'