Skip to content

Commit

Permalink
[build][fix] version is not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpiger committed May 25, 2024
1 parent 0529691 commit 773c747
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 @@ -41,7 +41,7 @@ check-proto:
.PHONY: docker-build
docker-build: ## Build the docker image for controller-manager
# !IMPORTANT: remember `mkdir -p bin` before running this command
docker build -f Dockerfile . -t $(CONTROLLER_IMG):$(VERSION)
docker build -f Dockerfile . --build-arg VERSION=$(VERSION) -t $(CONTROLLER_IMG):$(VERSION)

.PHONY: docker-push
docker-push: ## Build the docker image for controller-manager
Expand Down

0 comments on commit 773c747

Please sign in to comment.