DEV: Use `plain` buildkit output (#730)

it's much more CI-friendly
This commit is contained in:
Jarek Radosz 2023-08-25 11:21:54 +02:00 committed by GitHub
parent 0c9284ec51
commit 97ebba2902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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') || '' }}