From 97ebba29029ca3147f152451785dcb10490c5cfa Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Fri, 25 Aug 2023 11:21:54 +0200 Subject: [PATCH] DEV: Use `plain` buildkit output (#730) it's much more CI-friendly --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab49f46..ae5c1f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,9 @@ concurrency: group: build-${{ format('{0}-{1}', github.head_ref || github.run_number, github.job) }} cancel-in-progress: true +env: + BUILDKIT_PROGRESS: plain + jobs: base: runs-on: ubuntu-20.04${{ ((github.event_name != 'schedule') && '-8core') || '' }}