Skip to content

Commit 8647310

Browse files
authored
[1.41.x] Allow to override the Container registry URL (#183)
* Update Jenkinsfile.deploy * Update .ci/jenkins/Jenkinsfile.deploy
1 parent 5950f5b commit 8647310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/jenkins/Jenkinsfile.deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pipeline {
6060
helper.loginRegistry()
6161

6262
// Prepare for multiplatform build
63-
cloud.prepareForDockerMultiplatformBuild()
63+
cloud.prepareForDockerMultiplatformBuild(env.DOCKER_REGISTRY_MIRROR ?: 'mirror.gcr.io')
6464
cloud.startLocalRegistry()
6565
cloud.installSkopeo()
6666
}

0 commit comments

Comments
 (0)