Skip to content

Commit fc1c28b

Browse files
authored
Merge pull request #105 from davidz627/master
Update to release v0.3.0
2 parents aa344a1 + 9c96b1f commit fc1c28b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
REGISTRY_NAME=quay.io/k8scsi
1616
IMAGE_NAME=csi-provisioner
17-
IMAGE_VERSION=canary
17+
IMAGE_VERSION=v0.3.0
1818
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(IMAGE_VERSION)
1919

20-
REV=$(shell git describe --long --match='v*' --dirty)
20+
REV=$(shell git describe --long --tag --match='v*' --dirty)
2121

2222
ifdef V
2323
TESTARGS = -v -args -alsologtostderr -v 5

0 commit comments

Comments
 (0)