Skip to content

Commit

Permalink
Merge pull request #69 from ArangoGutierrez/devel/bundle
Browse files Browse the repository at this point in the history
Provide a way to push the operator bundle
  • Loading branch information
k8s-ci-robot authored May 21, 2021
2 parents 0d926be + 53834a9 commit 0f1d9cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 0f1d9cc

Please sign in to comment.