Skip to content

Commit

Permalink
just test
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Rae Kim <[email protected]>
  • Loading branch information
yiraeChristineKim committed Nov 14, 2023
1 parent 1f65b21 commit d0ce50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/olm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d0ce50f

Please sign in to comment.