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 <[email protected]>
  • Loading branch information
jakobmoellerdev committed Apr 16, 2024
1 parent 5730a67 commit ef8d6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,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
Loading

0 comments on commit ef8d6ff

Please sign in to comment.