Skip to content

Commit

Permalink
Fix org
Browse files Browse the repository at this point in the history
  • Loading branch information
littlejo committed May 28, 2024
1 parent 94d7863 commit c7a4424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ UPTEST_VERSION = v0.5.0
# ====================================================================================
# Setup Images

REGISTRY_ORGS ?= xpkg.upbound.io/littlejo
REGISTRY_ORGS ?= xpkg.upbound.io/cilium
IMAGES = $(PROJECT_NAME)
-include build/makelib/imagelight.mk

# ====================================================================================
# Setup XPKG

XPKG_REG_ORGS ?= xpkg.upbound.io/littlejo
XPKG_REG_ORGS ?= xpkg.upbound.io/cilium
# NOTE(hasheddan): skip promoting on xpkg.upbound.io as channel tags are
# inferred.
XPKG_REG_ORGS_NO_PROMOTE ?= xpkg.upbound.io/littlejo
XPKG_REG_ORGS_NO_PROMOTE ?= xpkg.upbound.io/cilium
XPKGS = $(PROJECT_NAME)
-include build/makelib/xpkg.mk

Expand Down

0 comments on commit c7a4424

Please sign in to comment.