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

allow export registry name
This commit is contained in:
Kubernetes Prow Robot 2020-11-26 03:46:20 -08:00 committed by GitHub
commit 86ff580217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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=