More podman updates

This commit is contained in:
2021-09-04 16:27:38 +01:00
parent b0e84f281d
commit c8f30073d9
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
.DEFAULT_GOAL := default
IMAGE ?= docker.cloud.cluster.fun/averagemarcus/blog:latest
IMAGE ?= docker.cluster.fun/averagemarcus/blog:latest
.PHONY: test # Run all tests, linting and format checks
test: lint check-format run-tests