From 057c92113a5ba345caf6408f2351ab8d9bcc094d Mon Sep 17 00:00:00 2001 From: Skye Date: Fri, 6 Jan 2023 15:30:18 +0900 Subject: [PATCH] buildkit --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f224926553..b96448a141 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,4 +10,6 @@ steps: password: from_secret: docker_password repo: skyevg/mastodon-glitchier-soc - tags: latest \ No newline at end of file + tags: latest + environment: + DOCKER_BUILDKIT: "1" \ No newline at end of file