File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ if (params.MODE == "PROMOTE") {
78
78
export PATH="release-tools/bin:${ PATH} "
79
79
docker pull registry.tld/conjur-authn-k8s-client:${ sourceVersion}
80
80
docker pull registry.tld/conjur-authn-k8s-client-redhat:${ sourceVersion}
81
- docker pull cyberark /conjur-k8s-cluster-test:${ sourceVersion}
82
- docker tag cyberark /conjur-k8s-cluster-test:${ sourceVersion} conjur-k8s-cluster-test:${ sourceVersion}
81
+ docker pull registry.tld /conjur-k8s-cluster-test:${ sourceVersion}
82
+ docker tag registry.tld /conjur-k8s-cluster-test:${ sourceVersion} conjur-k8s-cluster-test:${ sourceVersion}
83
83
// Promote source version to target version.
84
84
summon ./bin/publish --promote --source ${ sourceVersion} --target ${ targetVersion}
85
85
"""
You can’t perform that action at this time.
0 commit comments