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 f1d57ca commit 6747481Copy full SHA for 6747481
Makefile
@@ -24,7 +24,7 @@ CLOUD ?= AzurePublicCloud
24
# Use a custom version for E2E tests if we are testing in CI
25
ifdef CI
26
ifndef PUBLISH
27
-override IMAGE_VERSION := $(IMAGE_VERSION)-$(GIT_COMMIT)
+override IMAGE_VERSION := $(IMAGE_VERSION)
28
endif
29
30
CSI_IMAGE_TAG ?= $(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
0 commit comments