Skip to content

Commit

Permalink
Merge pull request #10 from stakater/fix-makefile
Browse files Browse the repository at this point in the history
fix makefile
  • Loading branch information
rforgac authored Apr 17, 2024
2 parents 152ccf9 + c8e3020 commit e59ac6c
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 @@ -60,17 +60,17 @@ UPTEST_VERSION = v0.5.0
# ====================================================================================
# Setup Images

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

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

XPKG_REG_ORGS ?= xpkg.upbound.io/upbound
XPKG_REG_ORGS ?= xpkg.upbound.io/stakater
# 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/stakater
XPKGS = $(PROJECT_NAME)
-include build/makelib/xpkg.mk

Expand Down

0 comments on commit e59ac6c

Please sign in to comment.