From d0ce50fe3c71b2805405d3dd3563d37cbdf018f4 Mon Sep 17 00:00:00 2001 From: Yi Rae Kim Date: Mon, 13 Nov 2023 19:55:39 -0500 Subject: [PATCH] just test Signed-off-by: Yi Rae Kim --- .github/workflows/olm_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}