From 473702c0c3307bec1c142731039baa7bfe878a75 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 18 Feb 2026 20:21:38 +0000 Subject: [PATCH] Use correct registry Signed-off-by: Marcus Noble --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4386a1..53f199d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .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 test: lint check-format run-tests