From fed5ae10c885b8f610ceac7e7154b98486241a70 Mon Sep 17 00:00:00 2001
From: hasheddan <georgedanielmangum@gmail.com>
Date: Mon, 10 Oct 2022 15:23:30 -0400
Subject: [PATCH] Do not promote images on xpkg.upbound.io

Updates to not run promote on xpkg.upbound.io.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c478350..7af8059 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ IMAGES = provider-helm
 XPKG_REG_ORGS ?= xpkg.upbound.io/crossplane-contrib index.docker.io/crossplanecontrib
 # NOTE(hasheddan): skip promoting on xpkg.upbound.io as channel tags are
 # inferred.
-XPKG_REG_ORGS_NO_PROMOTE ?= xpkg.upbound.io/crossplane
+XPKG_REG_ORGS_NO_PROMOTE ?= xpkg.upbound.io/crossplane-contrib
 XPKGS = provider-helm
 -include build/makelib/xpkg.mk