This is an automated email from the ASF dual-hosted git repository.
ricardozanini pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 6e5ce0d9 Fix typo in target bundle-push (#315)
6e5ce0d9 is described below
commit 6e5ce0d922f08dc16564094ce658c428b5ce71d6
Author: Moti Asayag <[email protected]>
AuthorDate: Fri Dec 8 20:22:55 2023 +0200
Fix typo in target bundle-push (#315)
Signed-off-by: Moti Asayag <[email protected]>
---
Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 418abeb4..9c8e4531 100644
--- a/Makefile
+++ b/Makefile
@@ -274,11 +274,11 @@ bundle: manifests kustomize install-operator-sdk ##
Generate bundle manifests an
.PHONY: bundle-build
bundle-build: ## Build the bundle image.
- $(BUILDER) build -f bundle.Dockerfile -t $(BUNDLE_IMG) .
+ $(BUILDER) build -f bundle.Dockerfile -t $(BUNDLE_IMG) .
.PHONY: bundle-push
bundle-push: ## Push the bundle image.
- $(MAKE) contianer-push IMG=$(BUNDLE_IMG)
+ $(MAKE) container-push IMG=$(BUNDLE_IMG)
.PHONY: opm
OPM = ./bin/opm
@@ -314,7 +314,7 @@ endif
#
https://github.com/operator-framework/community-operators/blob/7f1438c/docs/packaging-operator.md#updating-your-existing-operator
.PHONY: catalog-build
catalog-build: opm ## Build a catalog image.
- $(OPM) index add --container-tool $(BUILDER) --mode semver --tag
$(CATALOG_IMG) --bundles $(BUNDLE_IMGS) $(FROM_INDEX_OPT)
+ $(OPM) index add --container-tool $(BUILDER) --mode semver --tag
$(CATALOG_IMG) --bundles $(BUNDLE_IMGS) $(FROM_INDEX_OPT)
# Push the catalog image.
.PHONY: catalog-push
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]