Skip to content

Commit

Permalink
Added CONTAINER_TOOL to set container tool for operator build (operat…
Browse files Browse the repository at this point in the history
…or-framework#6089)

Signed-off-by: Stanislav Ulrych <stanislav.ulrych@gmail.com>
  • Loading branch information
stanislavulrych committed Oct 17, 2022
1 parent e6fc062 commit 3f7d729
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ run: ansible-operator ## Run against the configured Kubernetes cluster in ~/.kub
.PHONY: docker-build
docker-build: ## Build docker image with the manager.
docker build -t ${IMG} .
$(CONTAINER_TOOL) build -t ${IMG} .
.PHONY: docker-push
docker-push: ## Push docker image with the manager.
docker push ${IMG}
$(CONTAINER_TOOL) push ${IMG}
##@ Deployment
Expand Down

0 comments on commit 3f7d729

Please sign in to comment.