Skip to content

Commit c6418f5

Browse files
authored
Add RELEASE_VERSION into docker build arg (#373)
1 parent 037703b commit c6418f5

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
@@ -216,7 +216,7 @@ e2e-test: ## Run e2e test
216216
build-operator-image: $(CONFIG_DOCKER_TARGET) ## Build the operator image.
217217
@echo "Building the $(OPERATOR_IMAGE_NAME) docker image for $(LOCAL_ARCH)..."
218218
@docker build -t $(OPERATOR_IMAGE_NAME)-$(LOCAL_ARCH):$(VERSION) \
219-
--build-arg VCS_REF=$(VCS_REF) --build-arg VCS_URL=$(VCS_URL) \
219+
--build-arg VCS_REF=$(VCS_REF) --build-arg VCS_URL=$(VCS_URL) --build-arg RELEASE_VERSION=$(RELEASE_VERSION) \
220220
--build-arg GOARCH=$(LOCAL_ARCH) -f Dockerfile .
221221

222222
##@ Release

0 commit comments

Comments
 (0)