Skip to content

Commit c02cf0d

Browse files
szhGitHub Enterprise
authored andcommitted
Merge pull request #33 from Conjur-Enterprise/fix-promote
CNJR-0000: Fix test image registry used in promotion
2 parents 2948fb4 + c673aad commit c02cf0d

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
@@ -78,8 +78,8 @@ if (params.MODE == "PROMOTE") {
7878
export PATH="release-tools/bin:${PATH}"
7979
docker pull registry.tld/conjur-authn-k8s-client:${sourceVersion}
8080
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}
8383
// Promote source version to target version.
8484
summon ./bin/publish --promote --source ${sourceVersion} --target ${targetVersion}
8585
"""

0 commit comments

Comments
 (0)