Browse Source

Enable DOCKER_BUILDKIT for potential perf improvements

pull/14/head
Luke Childs 5 years ago
parent
commit
716193e797
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

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

Loading…
Cancel
Save