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