From aa6eb062ba2002861cca695bf1889a10a8a652c4 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 13 Oct 2020 17:31:54 +0100 Subject: [PATCH] Set to public docker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd05f36..b6eabba 100644 --- a/Makefile +++ b/Makefile @@ -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