Skip to content

Commit

Permalink
chg quay org to maistra
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-garrison committed Jun 10, 2024
1 parent 6df4bd3 commit ffef3c8
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 @@ -93,7 +93,7 @@ ifneq (, $(shell which podman))
CONTAINER_ENGINE = podman
endif

IMG ?= quay.io/opendatahub-io/$(PROJECT_NAME)
IMG ?= quay.io/maistra/$(PROJECT_NAME)
# If the commit is not tagged, use "latest", otherwise use the tag name
ifeq ($(GIT_TAG), 0)
TAG ?= $(VERSION)
Expand Down

0 comments on commit ffef3c8

Please sign in to comment.