From e63d1d9e480348a5bd6aa8e69eac96df2570d4be Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 8 Dec 2022 23:42:46 +0400 Subject: [PATCH] enable buildkit --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index f213b1f..7626c9e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,8 @@ name: build-and-upload steps: - name: build-and-push image: plugins/docker + environment: + DOCKER_BUILDKIT: 1 network_mode: bridge settings: repo: sneak/builder