diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2022-11-08 00:17:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 00:17:57 +0100 |
commit | 170de50c9a9930cf70cb5ad5a89204d40cf1207f (patch) | |
tree | 943f5f90b9726c0a971d1af354c5c6d54ad13e63 /apps/docker/docker-cmd.ts | |
parent | df4c4b1476014312f0cd34337e5ce03e11b6a93b (diff) |
chore(CI/docker): disable BUILDKIT_INLINE_CACHE
Diffstat (limited to 'apps/docker/docker-cmd.ts')
-rw-r--r-- | apps/docker/docker-cmd.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/docker/docker-cmd.ts b/apps/docker/docker-cmd.ts index 43884f956d..e6a20b66e7 100644 --- a/apps/docker/docker-cmd.ts +++ b/apps/docker/docker-cmd.ts @@ -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"; |