File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ if [[ -z "${PULLSPEC_RELEASE_AMD64:-}" ]]; then
6565 oc registry login --to=/tmp/registry.json
6666 release_amd64=" $( oc image info --registry-config=/tmp/registry.json $OPENSHIFT_RELEASE_IMAGE -o json | jq -r ' .config.config.Labels."io.openshift.release"' ) "
6767
68- PULLSPEC_RELEASE_AMD64=" registry.ci.openshift.org/ocp/release:${release_amd64} "
68+ PULLSPEC_RELEASE_AMD64=" registry.ci.openshift.org/ocp/release-5 :${release_amd64} "
6969else
7070 echo " INFO: Using provided PULLSPEC_RELEASE_AMD64: ${PULLSPEC_RELEASE_AMD64} "
7171fi
@@ -77,7 +77,7 @@ if [[ -z "${PULLSPEC_RELEASE_ARM64:-}" ]]; then
7777 oc registry login --to=/tmp/registry.json
7878 release_arm64=" $( oc image info --registry-config=/tmp/registry.json $OPENSHIFT_RELEASE_IMAGE_ARM -o json | jq -r ' .config.config.Labels."io.openshift.release"' ) "
7979
80- PULLSPEC_RELEASE_ARM64=" registry.ci.openshift.org/ocp-arm64/release-arm64:${release_arm64} "
80+ PULLSPEC_RELEASE_ARM64=" registry.ci.openshift.org/ocp-arm64/release-5- arm64:${release_arm64} "
8181else
8282 echo " INFO: Using provided PULLSPEC_RELEASE_ARM64: ${PULLSPEC_RELEASE_ARM64} "
8383fi
You can’t perform that action at this time.
0 commit comments