From 4251f0b0ee7a773a6615215c95111e67f5a942ec Mon Sep 17 00:00:00 2001 From: Umit Demirtas Date: Mon, 2 Oct 2023 18:13:07 +0300 Subject: [PATCH] replaced upbound to ankasoftco to fix pointing org --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 27e4454..40addf8 100644 --- a/Makefile +++ b/Makefile @@ -59,17 +59,17 @@ UPTEST_VERSION = v0.5.0 # ==================================================================================== # Setup Images -REGISTRY_ORGS ?= xpkg.upbound.io/upbound +REGISTRY_ORGS ?= xpkg.ankasoftco.io/ankasoftco IMAGES = $(PROJECT_NAME) -include build/makelib/imagelight.mk # ==================================================================================== # Setup XPKG -XPKG_REG_ORGS ?= xpkg.upbound.io/upbound +XPKG_REG_ORGS ?= xpkg.ankasoftco.io/ankasoftco # 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.ankasoftco.io/ankasoftco XPKGS = $(PROJECT_NAME) -include build/makelib/xpkg.mk