Fix image in makefile

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-08-23 09:08:52 +01:00
parent d207281a53
commit 885f508996

View File

@@ -1,6 +1,6 @@
.DEFAULT_GOAL := default .DEFAULT_GOAL := default
IMAGE ?= docker.cluster.fun/averagemarcus/cors-proxy:latest IMAGE ?= rg.fr-par.scw.cloud/averagemarcus/cors-proxy:latest
.PHONY: test # Run all tests, linting and format checks .PHONY: test # Run all tests, linting and format checks
test: lint check-format run-tests test: lint check-format run-tests