From 5feb19868f19dd793841f2b303d0731fd7af7471 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 12 Aug 2023 12:05:23 +0100 Subject: [PATCH] Updated image in makefile Signed-off-by: Marcus Noble --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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