Skip to content

Commit

Permalink
fix tagbase
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Sep 8, 2023
1 parent 3760353 commit b3cc754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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=<some-registry>/<project-name-bundle>:<tag>)
Expand Down

0 comments on commit b3cc754

Please sign in to comment.