Set to public docker

This commit is contained in:
Marcus Noble 2020-10-13 17:31:54 +01:00
parent efa4821acc
commit aa6eb062ba
1 changed files with 1 additions and 1 deletions

View File

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