From 37c220579863e6af2de678e0195c0b153b3b9012 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Sat, 5 Feb 2022 06:37:15 +0100 Subject: [PATCH] Use Buildkit for build on CI --- .github/workflows/web.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 5632742c5..a774c8ff3 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -1,5 +1,9 @@ name: Python package +env: + DOCKER_BUILDKIT: 1 + COMPOSE_DOCKER_CLI_BUILD: 1 + on: push: branches: