From 545c75ebce901b7d0699819f5490c90ebcd7dab0 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 15 Feb 2021 17:10:27 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Also=20use=20quratorspk=20?= =?UTF-8?q?for=20the=20manual=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 47ce8be..955ace5 100755 --- a/build +++ b/build @@ -33,5 +33,5 @@ else sub_images="$sub_images `ls -1 Dockerfile-* | sed 's/Dockerfile-//'`" fi for sub_image in $sub_images; do - docker build --cache-from=ocrd-galley-$sub_image -t ocrd-galley-$sub_image -f Dockerfile-$sub_image . + docker build --cache-from=quratorspk/ocrd-galley-$sub_image -t quratorspk/ocrd-galley-$sub_image -f Dockerfile-$sub_image . done