diff --git a/services/directory/azure-pipelines.api.yaml b/services/directory/azure-pipelines.api.yaml index 8de23ed81..f0ae913c9 100644 --- a/services/directory/azure-pipelines.api.yaml +++ b/services/directory/azure-pipelines.api.yaml @@ -36,6 +36,7 @@ pool: vmImage: ubuntu-latest variables: + COMPOSE_DOCKER_CLI_BUILD: 1 DOCKER_BUILDKIT: 1 steps: diff --git a/services/directory/azure-pipelines.migrate.yaml b/services/directory/azure-pipelines.migrate.yaml index 2acb7afa2..d687dcba7 100644 --- a/services/directory/azure-pipelines.migrate.yaml +++ b/services/directory/azure-pipelines.migrate.yaml @@ -17,6 +17,7 @@ pool: vmImage: ubuntu-latest variables: + COMPOSE_DOCKER_CLI_BUILD: 1 DOCKER_BUILDKIT: 1 steps: diff --git a/web/azure-pipelines.yaml b/web/azure-pipelines.yaml index 470cd4104..21e5852c9 100644 --- a/web/azure-pipelines.yaml +++ b/web/azure-pipelines.yaml @@ -16,6 +16,7 @@ pool: vmImage: ubuntu-latest variables: + COMPOSE_DOCKER_CLI_BUILD: 1 DOCKER_BUILDKIT: 1 steps: