Enable DOCKER_BUILDKIT for potential perf improvements

This commit is contained in:
Luke Childs 2019-12-13 13:15:32 +07:00
parent 04d59600f7
commit 716193e797

View File

@ -1,5 +1,7 @@
name: Build Docker Image
on: push
env:
DOCKER_BUILDKIT: 1
jobs:
build:
runs-on: ubuntu-18.04