diff --git a/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/janus-idp-backstage-showcase-release-1.4-commands.sh b/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/janus-idp-backstage-showcase-release-1.4-commands.sh index 58d843230f47..6e052986c117 100644 --- a/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/janus-idp-backstage-showcase-release-1.4-commands.sh +++ b/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/janus-idp-backstage-showcase-release-1.4-commands.sh @@ -54,8 +54,8 @@ ONLY_IN_DIRS=true if $ONLY_IN_DIRS || [[ "$JOB_NAME" == rehearse-* ]]; then echo "Skipping wait for new PR image and proceeding with image tag : 1.4" echo "updated image tag : 1.4" - QUAY_REPO="rhdh/rhdh-hub-rhel9" - TAG_NAME="1.4" + QUAY_REPO="janus-idp/backstage-showcase" + TAG_NAME="next" else TIMEOUT=3000 # Maximum wait time of 50 mins (3000 seconds) INTERVAL=60 # Check every 60 seconds diff --git a/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/nightly/janus-idp-backstage-showcase-release-1.4-nightly-commands.sh b/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/nightly/janus-idp-backstage-showcase-release-1.4-nightly-commands.sh index 327480b6920e..51945910c089 100644 --- a/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/nightly/janus-idp-backstage-showcase-release-1.4-nightly-commands.sh +++ b/ci-operator/step-registry/janus-idp/backstage-showcase/release-1.4/nightly/janus-idp-backstage-showcase-release-1.4-nightly-commands.sh @@ -23,8 +23,8 @@ NAME_SPACE_RDS="showcase-rds-nightly-1-4" GITHUB_ORG_NAME="janus-idp" GITHUB_REPOSITORY_NAME="backstage-showcase" -QUAY_REPO="rhdh/rhdh-hub-rhel9" -TAG_NAME="1.4" +QUAY_REPO="janus-idp/backstage-showcase" +TAG_NAME="next" # Clone and checkout the specific PR # git clone "https://github.com/${GITHUB_ORG_NAME}/${GITHUB_REPOSITORY_NAME}.git"