diff --git a/build/release/teamcity-publish-openshift.sh b/build/release/teamcity-publish-openshift.sh index 932312b1b..e5449105e 100755 --- a/build/release/teamcity-publish-openshift.sh +++ b/build/release/teamcity-publish-openshift.sh @@ -18,8 +18,8 @@ set -euxo pipefail source "$(dirname "${0}")/teamcity-support.sh" RH_PROJECT_ID="5e6027425c5456060d5f6084" -RH_REGISTRY="scan.connect.redhat.com" -RH_OPERATOR_IMG="${RH_REGISTRY}/ospid-cf721588-ad8a-4618-938c-5191c5e10ae4/cockroachdb-operator:${TAG}" +RH_REGISTRY="quay.io" +RH_OPERATOR_IMG="${RH_REGISTRY}/redhat-isv-containers/${RH_PROJECT_ID}:${TAG}" OPERATOR_IMG="docker.io/cockroachdb/cockroach-operator:${TAG}" if ! [[ -z "${DRY_RUN}" ]] ; then