From 53834a9a61f1786e141b4a7d943e783f71ddb671 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Thu, 20 May 2021 16:21:14 -0500 Subject: [PATCH] Provide a way to push the operator bundle Signed-off-by: Carlos Eduardo Arango Gutierrez --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index b0532b0f..52606a6c 100644 --- a/Makefile +++ b/Makefile @@ -208,3 +208,8 @@ bundle: manifests kustomize .PHONY: bundle-build bundle-build: $(IMAGE_BUILD_CMD) -f bundle.Dockerfile -t $(BUNDLE_IMG) . + +# push the bundle image. +.PHONY: bundle-push +bundle-push: + $(IMAGE_PUSH_CMD) $(BUNDLE_IMG) \ No newline at end of file