There was an error while loading. Please reload this page.
1 parent b162e1e commit 84bc9bcCopy full SHA for 84bc9bc
1 file changed
operator/Makefile
@@ -259,7 +259,8 @@ OLM_VERSION ?= $(DEV_VERSION)
259
# Build and push the bundle image to a container registry.
260
.PHONY: olm-deploy-bundle
261
olm-deploy-bundle:
262
- $(MAKE) bundle bundle-build oci-push VERSION=$(OLM_VERSION) IMG=$(OLM_BUNDLE_IMG)
+ $(MAKE) bundle bundle-build VERSION=$(OLM_VERSION)
263
+ $(MAKE) oci-push IMG=$(OLM_BUNDLE_IMG)
264
265
# Build and push the operator image to a container registry.
266
.PHONY: olm-deploy-operator
0 commit comments