Skip to content

Commit 6747481

Browse files
committed
fix
1 parent f1d57ca commit 6747481

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
@@ -24,7 +24,7 @@ CLOUD ?= AzurePublicCloud
2424
# Use a custom version for E2E tests if we are testing in CI
2525
ifdef CI
2626
ifndef PUBLISH
27-
override IMAGE_VERSION := $(IMAGE_VERSION)-$(GIT_COMMIT)
27+
override IMAGE_VERSION := $(IMAGE_VERSION)
2828
endif
2929
endif
3030
CSI_IMAGE_TAG ?= $(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)

0 commit comments

Comments
 (0)