Skip to content

Commit

Permalink
feat(Makefile): add docker cli image load support so it can later be …
Browse files Browse the repository at this point in the history
…pushed (#180)

Signed-off-by: Tiger Kaovilai <[email protected]>
  • Loading branch information
kaovilai authored Feb 8, 2025
1 parent 19a4474 commit 0a19c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
.PHONY: docker-build
docker-build: ## Build docker image with the manager.
$(CONTAINER_TOOL) build -t ${IMG} .
$(CONTAINER_TOOL) build --load -t ${IMG} .

.PHONY: docker-push
docker-push: ## Push docker image with the manager.
Expand Down

0 comments on commit 0a19c4d

Please sign in to comment.