Skip to content

Commit

Permalink
Merge pull request #2411 from cyberark/update-local-ubi-image-ref
Browse files Browse the repository at this point in the history
Update tagging reference for the Conjur UBI image
  • Loading branch information
micahlee authored Nov 4, 2021
2 parents b2534b0 + 1392ada commit 5c57125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ elif [[ ! -z "${TAG_NAME:-}" ]]; then
# Push to Internal Registry - this is so the current release tags
# are also present in the internal registry.
tag_and_push "${v}" "${LOCAL_IMAGE}" "registry.tld/conjur"
tag_and_push "${v}" "conjur-ubi:${TAG}" "registry.tld/conjur-ubi"
tag_and_push "${v}" "${RH_LOCAL_IMAGE}" "registry.tld/conjur-ubi"
done

# Publish only the tag version to the Redhat container registry
Expand Down

0 comments on commit 5c57125

Please sign in to comment.