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 aa344a1 commit 9c96b1fCopy full SHA for 9c96b1f
Makefile
@@ -14,10 +14,10 @@
14
15
REGISTRY_NAME=quay.io/k8scsi
16
IMAGE_NAME=csi-provisioner
17
-IMAGE_VERSION=canary
+IMAGE_VERSION=v0.3.0
18
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(IMAGE_VERSION)
19
20
-REV=$(shell git describe --long --match='v*' --dirty)
+REV=$(shell git describe --long --tag --match='v*' --dirty)
21
22
ifdef V
23
TESTARGS = -v -args -alsologtostderr -v 5
0 commit comments