Skip to content

Commit

Permalink
Update to release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidz627 committed Jun 27, 2018
1 parent aa344a1 commit 9c96b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

REGISTRY_NAME=quay.io/k8scsi
IMAGE_NAME=csi-provisioner
IMAGE_VERSION=canary
IMAGE_VERSION=v0.3.0
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(IMAGE_VERSION)

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

ifdef V
TESTARGS = -v -args -alsologtostderr -v 5
Expand Down

0 comments on commit 9c96b1f

Please sign in to comment.