mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(build): 🐛🔨 try fixing enabling docker BuildKit
This commit is contained in:
parent
3324c63562
commit
51cdf4bb4f
3 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ pool:
|
|||
vmImage: ubuntu-latest
|
||||
|
||||
variables:
|
||||
COMPOSE_DOCKER_CLI_BUILD: 1
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ pool:
|
|||
vmImage: ubuntu-latest
|
||||
|
||||
variables:
|
||||
COMPOSE_DOCKER_CLI_BUILD: 1
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ pool:
|
|||
vmImage: ubuntu-latest
|
||||
|
||||
variables:
|
||||
COMPOSE_DOCKER_CLI_BUILD: 1
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue