From 26d26259a82ad377e11133cff72bdf5a81a97c94 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Sun, 28 Jan 2024 16:11:17 -0800 Subject: [PATCH] default registry name to stagex as it shifts build hashes past stage0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d08038e..1d2c45c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ export PLATFORM := linux/amd64 export BUILDER := $(shell which docker) -export REGISTRY := local +export REGISTRY := stagex export MIRRORS := \ https://git.distrust.co/stagex \ stagex