diff --git a/.github/workflows/olm_tests.yaml b/.github/workflows/olm_tests.yaml index 787f3ac5f..a5d972612 100644 --- a/.github/workflows/olm_tests.yaml +++ b/.github/workflows/olm_tests.yaml @@ -42,7 +42,7 @@ jobs: # TODO: Use operator-sdk run bundle and bundle-upgrade commands for # testing with OLM. OPERATOR_VERSION=$(awk '/^VERSION \?=/ {print $3}' Makefile) - REPO=localhost:5000 + REPO=quay.io/yikim IMG=${REPO}/gatekeeper-operator:${GITHUB_SHA} PREV_BUNDLE_INDEX_IMG=quay.io/gatekeeper/gatekeeper-operator-bundle-index:$(make get-replaces-version) make build-and-push-bundle-images IMG=${IMG} REPO=${REPO} VERSION=${GITHUB_SHA} OPERATOR_VERSION=${OPERATOR_VERSION}