Skip to content

Commit 84bc9bc

Browse files
authored
fix(operator): fix incorrect image reference in olm bundle (#20966)
1 parent b162e1e commit 84bc9bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎operator/Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ OLM_VERSION ?= $(DEV_VERSION)
259259
# Build and push the bundle image to a container registry.
260260
.PHONY: olm-deploy-bundle
261261
olm-deploy-bundle:
262-
$(MAKE) bundle bundle-build oci-push VERSION=$(OLM_VERSION) IMG=$(OLM_BUNDLE_IMG)
262+
$(MAKE) bundle bundle-build VERSION=$(OLM_VERSION)
263+
$(MAKE) oci-push IMG=$(OLM_BUNDLE_IMG)
263264

264265
# Build and push the operator image to a container registry.
265266
.PHONY: olm-deploy-operator

0 commit comments

Comments
 (0)