Skip to content

Commit

Permalink
Fix the jobs to release on openshift certification
Browse files Browse the repository at this point in the history
  • Loading branch information
prafull01 committed Jul 24, 2023
1 parent da60e7b commit d1dd0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/release/teamcity-publish-openshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1dd0ad

Please sign in to comment.