From 773c747732efd0b6074cbaebdac831f863324d6c Mon Sep 17 00:00:00 2001 From: "Cuong. Duong Manh" Date: Sat, 25 May 2024 16:31:13 +0700 Subject: [PATCH] [build][fix] version is not correct --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 965bd30..a8cab8b 100644 --- a/Makefile +++ b/Makefile @@ -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