Skip to content

Commit

Permalink
build and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cooktheryan committed Dec 18, 2023
1 parent 05439a7 commit be731d0
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} . -f Dockerfile
docker build . -t ${IMG}

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

0 comments on commit be731d0

Please sign in to comment.