Fix image in Makefile

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2024-01-30 18:39:43 +00:00
parent 58ca74d80f
commit b0e99184b6
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 1 additions and 1 deletions

View File

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