From fe7dbdd1a23461eb9e9ef73f8cc43d5d7d969b3d Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 20 Oct 2023 22:28:43 +0200 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d4ab710..44bb3e13 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Use bash for inline if-statements in arch_patch target SHELL:=bash -REGISTRY?=quay.io +REGISTRY?=docker.io OWNER?=jupyter # Need to list the images in build dependency order