Updated image in makefile

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2023-08-12 12:05:23 +01:00
parent 9bddd75bf1
commit 5feb19868f
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 1 additions and 1 deletions

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