From 8795d2ef15a6ea5226f923f16c900bb5159175e1 Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Tue, 11 Feb 2020 11:58:03 +0800 Subject: [PATCH] fix: Remove prefix Signed-off-by: Ce Gao --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5c62e03b94..616fd16c571 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ TARGETS := katib-controller katib-db-manager suggestion-chocolate suggestion-hyp # The final built images are: # $[REGISTRY]/$[IMAGE_PREFIX]$[TARGET]$[IMAGE_SUFFIX]:$[VERSION] # $[REGISTRY] is an item from $[REGISTRIES], $[TARGET] is an item from $[TARGETS]. -IMAGE_PREFIX ?= $(strip clever-) +IMAGE_PREFIX ?= $(strip ) IMAGE_SUFFIX ?= $(strip ) # Container registries.