diff --git a/Jenkinsfile b/Jenkinsfile index a628aa3..e56f007 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,8 +33,8 @@ pipeline{ --platform $arch \ --output "type=docker,push=false,name=xsangle/ci-tools:latest-$arch_name" \ . - docker tag xsangle/ci-tools:latest-$arch_name workstation:5000/xsangle/ci-tools:latest-$arch_name - docker push workstation:5000/xsangle/ci-tools:latest-$arch_name + # docker tag xsangle/ci-tools:latest-$arch_name workstation:5000/xsangle/ci-tools:latest-$arch_name + # docker push workstation:5000/xsangle/ci-tools:latest-$arch_name done ''' }