⚙️ Also use quratorspk for the manual build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Gerber, Mike 2021-02-15 17:10:27 +01:00
parent d700c568ac
commit 545c75ebce

2
build
View file

@ -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