From a324851d78ea96d3dc39e578210116fd482e75f5 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 2 May 2025 14:47:15 +0100 Subject: [PATCH] Use correct image Signed-off-by: Marcus Noble --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cb7f02..d92820f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .DEFAULT_GOAL := default -IMAGE ?= docker.cluster.fun/private/next-book:latest +IMAGE ?= rg.fr-par.scw.cloud/averagemarcus-private/next-book:latest .PHONY: test # Run all tests, linting and format checks test: lint check-format run-tests