From c3a9662513488bd06f1b75a0f6a725f69fc85641 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Tue, 24 Nov 2020 13:02:05 +0000 Subject: [PATCH] allow export image name and registry name revert part of change --- build.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.make b/build.make index 516dc12d..ca2be670 100644 --- a/build.make +++ b/build.make @@ -20,7 +20,7 @@ # This is the default. It can be overridden in the main Makefile after # 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. GOFLAGS_VENDOR=