Skip to content

Commit

Permalink
Merge pull request #6 from msau42/cherry-pick-5
Browse files Browse the repository at this point in the history
Cherry-pick #5 to release-1.0: Add csi prefix to image name
  • Loading branch information
k8s-ci-robot authored Dec 1, 2018
2 parents e05f852 + 3826923 commit a45adbf
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 @@ -15,7 +15,7 @@
.PHONY: all node-driver-registrar clean test

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

Expand Down

0 comments on commit a45adbf

Please sign in to comment.