Updated image in makefile

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2023-08-12 12:05:23 +01:00
parent 9bddd75bf1
commit 5feb19868f

View File

@@ -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