Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ OLM_VERSION ?= $(DEV_VERSION)
# Build and push the bundle image to a container registry.
.PHONY: olm-deploy-bundle
olm-deploy-bundle:
$(MAKE) bundle bundle-build oci-push VERSION=$(OLM_VERSION) IMG=$(OLM_BUNDLE_IMG)
$(MAKE) bundle bundle-build VERSION=$(OLM_VERSION)
$(MAKE) oci-push IMG=$(OLM_BUNDLE_IMG)

# Build and push the operator image to a container registry.
.PHONY: olm-deploy-operator
Expand Down
Loading