fix(build): 🐛🔨 try fixing enabling docker BuildKit

This commit is contained in:
Collin M. Barrett 2020-09-01 06:12:32 -05:00
parent 3324c63562
commit 51cdf4bb4f
3 changed files with 3 additions and 0 deletions

View file

@ -36,6 +36,7 @@ pool:
vmImage: ubuntu-latest
variables:
COMPOSE_DOCKER_CLI_BUILD: 1
DOCKER_BUILDKIT: 1
steps:

View file

@ -17,6 +17,7 @@ pool:
vmImage: ubuntu-latest
variables:
COMPOSE_DOCKER_CLI_BUILD: 1
DOCKER_BUILDKIT: 1
steps:

View file

@ -16,6 +16,7 @@ pool:
vmImage: ubuntu-latest
variables:
COMPOSE_DOCKER_CLI_BUILD: 1
DOCKER_BUILDKIT: 1
steps: