diff --git a/Makefile b/Makefile index c85acf4..546b6b8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .DEFAULT_GOAL := default -IMAGE ?= docker.cluster.fun/averagemarcus/tank:latest +IMAGE ?= rg.fr-par.scw.cloud/averagemarcus/tank:latest .PHONY: test # Run all tests, linting and format checks test: lint check-format run-tests