From 9be1e151a09440e0bbdd02c6c4f1e1294a41c11a Mon Sep 17 00:00:00 2001 From: Breee Date: Thu, 27 Jun 2024 18:14:16 +0200 Subject: [PATCH] publish to xpkg.upbound.io/crossplane-contrib --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3f69a94..91fc5eb 100644 --- a/Makefile +++ b/Makefile @@ -64,17 +64,17 @@ UPTEST_VERSION = v0.5.0 # ==================================================================================== # Setup Images -REGISTRY_ORGS ?= xpkg.upbound.io/upbound +REGISTRY_ORGS ?= xpkg.upbound.io/crossplane-contrib IMAGES = $(PROJECT_NAME) -include build/makelib/imagelight.mk # ==================================================================================== # Setup XPKG -XPKG_REG_ORGS ?= xpkg.upbound.io/upbound +XPKG_REG_ORGS ?= xpkg.upbound.io/crossplane-contrib # 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/crossplane-contrib XPKGS = $(PROJECT_NAME) -include build/makelib/xpkg.mk