chore(CI/docker): disable BUILDKIT_INLINE_CACHE

This commit is contained in:
Yehonal
2022-11-08 00:17:57 +01:00
committed by GitHub
parent df4c4b1476
commit 170de50c9a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ const program = new Command();
const env = {
COMPOSE_DOCKER_CLI_BUILD: "1",
DOCKER_BUILDKIT: "1",
BUILDKIT_INLINE_CACHE: "1",
// BUILDKIT_INLINE_CACHE: "1",
};
const MIN_COMPOSE_VERSION = "2.0.0";