From b3cc754c7efa4fada6fbfb549ebb8f9672c70bb3 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Fri, 8 Sep 2023 13:07:13 +0200 Subject: [PATCH] fix tagbase --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1dac16..301e3d1 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL) # # For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both # davidkarlsen.com/flyway-operator-bundle:$VERSION and davidkarlsen.com/flyway-operator-catalog:$VERSION. -IMAGE_TAG_BASE ?= davidkarlsen.com/flyway-operator +IMAGE_TAG_BASE ?= ghcr.io/davidkarlsen/flyway-operator # BUNDLE_IMG defines the image:tag used for the bundle. # You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=/:)