From 83a7e1f625c28b6710b307b75bea224bcda6ff65 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Wed, 28 Jul 2021 14:05:24 +0000 Subject: [PATCH] ci: update location of docker image --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4245c2..8cf41f7 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ # ============================================================================== # Docker image name to release the production image as. -DOCKER_IMAGE := ghcr.io/postalhq/postal +DOCKER_IMAGE := ghcr.io/postalserver/postal # Path to bundle config BUNDLE_CONFIG ?= $(HOME)/.bundle/config