From 8b5816ceaa992e763dcd85a5a01a8b2d93d5e4f1 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Wed, 27 Aug 2025 12:51:07 +0200 Subject: [PATCH] Switch to use the new quay org for the homepage container --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e04644e7..cb7eed98a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -HOMEPAGE_CONTAINER ?= quay.io/hybridcloudpatterns/homepage-container:latest +HOMEPAGE_CONTAINER ?= quay.io/validatedpatterns/homepage-container:main UNAME=$(shell uname -s) # Can't use host networks on MacOS as it's a VM anyway.