Skip to content

Commit

Permalink
chore: test if using an org works only with docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap committed Mar 28, 2024
1 parent a53a5ba commit dc84520
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 @@ -65,10 +65,10 @@ IMAGES = $(PROJECT_NAME)
# ====================================================================================
# Setup XPKG

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

Expand Down

0 comments on commit dc84520

Please sign in to comment.