From 134655e9b4a8c0f8e05908e101263581eab6b2e8 Mon Sep 17 00:00:00 2001 From: Grant Griffiths Date: Thu, 3 Dec 2020 08:36:15 -0800 Subject: [PATCH] Squashed 'release-tools/' changes from c6a88c6e..86ff5802 86ff5802 Merge pull request #116 from andyzhangx/export-image-name c3a96625 allow export image name and registry name git-subtree-dir: release-tools git-subtree-split: 86ff580217f7b59219ae9a42b1311969a2723c72 --- build.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.make b/build.make index 516dc12d7..ca2be670a 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=