Update image in makefile

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2026-03-01 11:54:32 +00:00
parent a7991cb87d
commit 924103a758
2 changed files with 2 additions and 1 deletions

View File

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