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