Skip to content

Commit d322e00

Browse files
mdboothk8s-infra-cherrypick-robot
authored andcommitted
Fix empty version output in release builds
1 parent 5274e64 commit d322e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ generate-api-docs-%: $(GEN_CRD_API_REFERENCE_DOCS) FORCE
306306

307307
.PHONY: docker-build
308308
docker-build: ## Build the docker image for controller-manager
309-
docker build -f Dockerfile --build-arg goproxy=$(GOPROXY) --build-arg ARCH=$(ARCH) --build-arg LDFLAGS="$(LDFLAGS)" . -t $(CONTROLLER_IMG_TAG)
309+
docker build -f Dockerfile --build-arg goproxy=$(GOPROXY) --build-arg ARCH=$(ARCH) --build-arg ldflags="$(LDFLAGS)" . -t $(CONTROLLER_IMG_TAG)
310310

311311
.PHONY: docker-push
312312
docker-push: ## Push the docker image

0 commit comments

Comments
 (0)