Skip to content

Commit

Permalink
fix of makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cook <[email protected]>
  • Loading branch information
cooktheryan committed Dec 18, 2023
1 parent 9c74415 commit 05439a7
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 @@ -124,7 +124,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: test ## Build docker image with the manager.
docker build -t ${IMG} .
docker build -t ${IMG} . -f Dockerfile

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

0 comments on commit 05439a7

Please sign in to comment.