mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
fix docker registry url no protocol bug
Former-commit-id: a1e199c86a8d9584e236e1ebccc2645d233c1420
This commit is contained in:
parent
d167310655
commit
90daa7a41d
@ -27,7 +27,7 @@ container('publish-images') {
|
||||
sh "docker rmi ${dockerRegistryURL}/${imageName}"
|
||||
}
|
||||
|
||||
docker.withRegistry("${dockerRegistryURL}", "${params.DOCKER_CREDENTIALS_ID}") {
|
||||
docker.withRegistry("https://${dockerRegistryURL}", "${params.DOCKER_CREDENTIALS_ID}") {
|
||||
customImage.push()
|
||||
}
|
||||
} catch (exc) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user