Skip to content

Commit

Permalink
Fix docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
msau42 committed Dec 1, 2018
1 parent a45adbf commit 6b99779
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 6b99779

Please sign in to comment.