Skip to content

Commit

Permalink
Merge pull request #611 from jakobmoellerdev/fixup-catalog
Browse files Browse the repository at this point in the history
OCPBUGS-32268: fix: depend on opm in catalog make task
  • Loading branch information
openshift-merge-bot[bot] authored Apr 16, 2024
2 parents 718bf89 + ef8d6ff commit 7a7d364
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 7a7d364

Please sign in to comment.