From b3061e42af9e0d9160b10c7cc697c4fc7b0d54df Mon Sep 17 00:00:00 2001 From: Fumigatus Date: Mon, 2 Dec 2024 14:35:21 +0300 Subject: [PATCH] registry host fixed --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1836afe..2aee74f 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.upbound.io/ankasoftco IMAGES = $(PROJECT_NAME) -include build/makelib/imagelight.mk # ==================================================================================== # Setup XPKG -XPKG_REG_ORGS ?= xpkg.upbound.io/upbound +XPKG_REG_ORGS ?= xpkg.upbound.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.upbound.io/ankasoftco XPKGS = $(PROJECT_NAME) -include build/makelib/xpkg.mk