From 337162e38c7780491c7679e51841d76febe790c2 Mon Sep 17 00:00:00 2001 From: lub Date: Thu, 4 Feb 2021 22:28:19 +0100 Subject: [PATCH] use buildkit --- update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.sh b/update.sh index 8405afe..0255e77 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,7 @@ #!/bin/bash -e +export DOCKER_BUILDKIT=1 + docker build -t registry.lubiland.de/unifi-controller unifi-controller/ docker push registry.lubiland.de/unifi-controller docker stack deploy -c docker-compose.yml --with-registry-auth unifi