mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose.git
synced 2025-08-18 16:56:57 +02:00
update r/w registry URL
This commit is contained in:
parent
86839be418
commit
0d5e79d6ba
4
Jenkinsfile
vendored
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…
x
Reference in New Issue
Block a user