Skip to content

Commit fb682b6

Browse files
authored
gcr (#21)
1 parent f077fc1 commit fb682b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git_deploy_user_private_key = "iguazio-prod-git-user-private-key"
88

99
podTemplate(label: "${git_project}-${label}", inheritFrom: "jnlp-docker-golang") {
1010
node("${git_project}-${label}") {
11-
pipelinex = library(identifier: 'pipelinex@refs', retriever: modernSCM(
11+
pipelinex = library(identifier: 'pipelinex@development', retriever: modernSCM(
1212
[$class : 'GitSCMSource',
1313
credentialsId: git_deploy_user_private_key,
1414
remote : "git@github.com:iguazio/pipelinex.git"])).com.iguazio.pipelinex
@@ -27,7 +27,7 @@ podTemplate(label: "${git_project}-${label}", inheritFrom: "jnlp-docker-golang")
2727

2828
stage('push') {
2929
container('docker-cmd') {
30-
dockerx.images_push_multi_registries(["${git_project}:${github.DOCKER_TAG_VERSION}"], [pipelinex.DockerRepo.ARTIFACTORY_IGUAZIO, pipelinex.DockerRepo.DOCKER_HUB, pipelinex.DockerRepo.QUAY_IO])
30+
dockerx.images_push_multi_registries(["${git_project}:${github.DOCKER_TAG_VERSION}"], [pipelinex.DockerRepo.ARTIFACTORY_IGUAZIO, pipelinex.DockerRepo.DOCKER_HUB, pipelinex.DockerRepo.QUAY_IO, pipelinex.DockerRepo.GCR_IO])
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)