Use correct registry

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2026-02-18 20:21:38 +00:00
parent 465547466c
commit 473702c0c3

View File

@@ -1,6 +1,6 @@
.DEFAULT_GOAL := default .DEFAULT_GOAL := default
IMAGE ?= rg.fr-par.scw.cloud/averagemarcus-private/docker-opencode:latest IMAGE ?= rg.fr-par.scw.cloud/averagemarcus/docker-opencode: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