From d12c96098ed63ef886b76d7cfb1c718556c63844 Mon Sep 17 00:00:00 2001 From: zheng Date: Mon, 24 Jul 2023 16:23:45 +0800 Subject: [PATCH] Update Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7cf315f..e0ea230 100644 --- a/Makefile +++ b/Makefile @@ -59,17 +59,17 @@ UPTEST_VERSION = v0.2.1 # ==================================================================================== # Setup Images -REGISTRY_ORGS ?= xpkg.upbound.io/upbound +REGISTRY_ORGS ?= xpkg.upbound.io/zhenran IMAGES = $(PROJECT_NAME) -include build/makelib/imagelight.mk # ==================================================================================== # Setup XPKG -XPKG_REG_ORGS ?= xpkg.upbound.io/upbound +XPKG_REG_ORGS ?= xpkg.upbound.io/zhenran # NOTE(hasheddan): skip promoting on xpkg.upbound.io as channel tags are # inferred. -XPKG_REG_ORGS_NO_PROMOTE ?= xpkg.upbound.io/upbound +XPKG_REG_ORGS_NO_PROMOTE ?= xpkg.upbound.io/zhenran XPKGS = $(PROJECT_NAME) -include build/makelib/xpkg.mk