From 9288d642b95922acfb832ec3cc29dc2818b30e00 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Mon, 26 Jul 2021 16:18:40 +0000 Subject: [PATCH] chore: use github rather than dockerhub for containers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 753c1ad..bb94f4d 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ # ============================================================================== # Docker image name to release the production image as. -DOCKER_IMAGE := postalhq/postal +DOCKER_IMAGE := ghcr.io/postalhq/postal # Path to bundle config BUNDLE_CONFIG ?= $(HOME)/.bundle/config