Skip to content

Commit

Permalink
Merge pull request #5 from msau42/fix-image-name
Browse files Browse the repository at this point in the history
Add csi prefix to image name
  • Loading branch information
k8s-ci-robot authored Dec 1, 2018
2 parents e05f852 + 0e9ea4e commit 96dd5ea
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 96dd5ea

Please sign in to comment.