Skip to content

Commit

Permalink
Fix image registry
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafonseca committed Jul 5, 2024
1 parent 74c7dd0 commit 5f1bbe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ RELDIR = "examples/release"
# ====================================================================================
# Setup Images

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

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

XPKG_REG_ORGS ?= xpkg.upbound.io/upbound
XPKG_REG_ORGS ?= docker.io/tfgco
# NOTE(hasheddan): skip promoting on xpkg.upbound.io as channel tags are
# inferred.
XPKG_REG_ORGS_NO_PROMOTE ?= xpkg.upbound.io/upbound
Expand Down

0 comments on commit 5f1bbe8

Please sign in to comment.