Unverified Commit 86ff5802 by Kubernetes Prow Robot Committed by GitHub

Merge pull request #116 from andyzhangx/export-image-name

allow export registry name
parents c6a88c6e c3a96625
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
# This is the default. It can be overridden in the main Makefile after # This is the default. It can be overridden in the main Makefile after
# including build.make. # including build.make.
REGISTRY_NAME=quay.io/k8scsi REGISTRY_NAME?=quay.io/k8scsi
# Can be set to -mod=vendor to ensure that the "vendor" directory is used. # Can be set to -mod=vendor to ensure that the "vendor" directory is used.
GOFLAGS_VENDOR= GOFLAGS_VENDOR=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment