update r/w registry URL

pull/7/head
Andrew Dolgov 1 year ago
parent 86839be418
commit 0d5e79d6ba
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

4
Jenkinsfile vendored

@ -85,7 +85,7 @@ pipeline {
image.push("latest")
}
docker.withRegistry('https://registry.fakecake.org', localRegistryCredential) {
docker.withRegistry('https://registry-rw.fakecake.org', localRegistryCredential) {
image.push("${env.BUILD_TAG}")
image.push("latest")
}
@ -101,7 +101,7 @@ pipeline {
image.push("latest")
}
docker.withRegistry('https://registry.fakecake.org', localRegistryCredential) {
docker.withRegistry('https://registry-rw.fakecake.org', localRegistryCredential) {
image.push("${env.BUILD_TAG}")
image.push("latest")
}

Loading…
Cancel
Save