Skip to content

Commit

Permalink
fix: depend on opm in catalog make task
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Möller <jmoller@redhat.com>
  • Loading branch information
jakobmoellerdev committed Apr 16, 2024
1 parent 7875299 commit 84e324b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ bundle-push: ## Push the bundle image.

##@ Catalog image
.PHONY: catalog
catalog: ## Render a catalog from the bundle by wrapping it in a alpha channel.
catalog: opm ## Render a catalog from the bundle by wrapping it in a alpha channel.
@echo "Rendering the catalog at $(CATALOG_DIR)"
@rm -rf $(CATALOG_DIR)
@mkdir -p $(CATALOG_DIR)/$(IMAGE_NAME)
Expand Down

0 comments on commit 84e324b

Please sign in to comment.