Skip to content

Commit

Permalink
Merge pull request #4 from msau42/release-1.0
Browse files Browse the repository at this point in the history
Fix docker image version
  • Loading branch information
k8s-ci-robot authored Dec 1, 2018
2 parents a45adbf + 6b99779 commit 2770302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

REGISTRY_NAME=quay.io/k8scsi
IMAGE_NAME=csi-node-driver-registrar
IMAGE_VERSION=canary
IMAGE_VERSION=v1.0-canary
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(IMAGE_VERSION)

REV=$(shell git describe --long --tags --match='v*' --dirty)
Expand Down

0 comments on commit 2770302

Please sign in to comment.