diff --git a/Jenkinsfile b/Jenkinsfile index a628aa3..cdc79d0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,10 +31,10 @@ pipeline{ arch_name="${arch////-}" docker buildx build \ --platform $arch \ - --output "type=docker,push=false,name=xsangle/ci-tools:latest-$arch_name" \ + --output "type=docker,push=false,name=xsangle/ci-tools:bionic-$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:bionic-$arch_name workstation:5000/xsangle/ci-tools:bionic-$arch_name + # docker push workstation:5000/xsangle/ci-tools:bionic-$arch_name done ''' }