We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037703b commit c6418f5Copy full SHA for c6418f5
Makefile
@@ -216,7 +216,7 @@ e2e-test: ## Run e2e test
216
build-operator-image: $(CONFIG_DOCKER_TARGET) ## Build the operator image.
217
@echo "Building the $(OPERATOR_IMAGE_NAME) docker image for $(LOCAL_ARCH)..."
218
@docker build -t $(OPERATOR_IMAGE_NAME)-$(LOCAL_ARCH):$(VERSION) \
219
- --build-arg VCS_REF=$(VCS_REF) --build-arg VCS_URL=$(VCS_URL) \
+ --build-arg VCS_REF=$(VCS_REF) --build-arg VCS_URL=$(VCS_URL) --build-arg RELEASE_VERSION=$(RELEASE_VERSION) \
220
--build-arg GOARCH=$(LOCAL_ARCH) -f Dockerfile .
221
222
##@ Release
0 commit comments