From 632071e8457d6c6378c683a67815ff2377f4819a Mon Sep 17 00:00:00 2001 From: Nianyu Shen Date: Fri, 15 Dec 2023 19:33:03 -0800 Subject: [PATCH] Update IMG_PATH in Makefile Signed-off-by: Nianyu Shen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea58a7f8..775b0984 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ FIPS_ENABLE ?= "" BUILDER_GOLANG_VERSION ?= 1.21 BUILD_ARGS = --build-arg CRYPTO_LIB=${FIPS_ENABLE} --build-arg BUILDER_GOLANG_VERSION=${BUILDER_GOLANG_VERSION} -IMG_PATH ?= gcr.io/spectro-dev-public/${USER} +IMG_PATH ?= gcr.io/spectro-dev-public/release IMG_TAG ?= v0.11.4_spectro IMG_SERVICE_URL ?= ${IMG_PATH}/ SUC_IMG ?= ${IMG_SERVICE_URL}system-upgrade-controller:${IMG_TAG}