From ce164f435c503160c1e9806dd13a6061c1d88827 Mon Sep 17 00:00:00 2001 From: Christian Simon Date: Wed, 25 Jan 2023 09:34:08 +0000 Subject: [PATCH] Update docker registry to point to docker hub. Most likely a remnant from "before launch" times. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf20312d7..16c7c4218 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ GOPRIVATE=github.com/grafana/frostdb # Boiler plate for building Docker containers. # All this must go at top of file I'm afraid. -IMAGE_PREFIX ?= us.gcr.io/kubernetes-dev/ +IMAGE_PREFIX ?= grafana/ IMAGE_TAG ?= $(shell ./tools/image-tag) GIT_REVISION := $(shell git rev-parse --short HEAD)