1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-11 04:09:52 +02:00

update r/w registry URL

This commit is contained in:
Andrew Dolgov 2022-12-11 22:40:02 +03:00
parent 86839be418
commit 0d5e79d6ba
No known key found for this signature in database
GPG key ID: 1A56B4FA25D4AF2A

4
Jenkinsfile vendored
View file

@ -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")
}