mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
chore(CI/docker): disable BUILDKIT_INLINE_CACHE
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -334,7 +334,7 @@ services:
|
||||
USER_ID: ${DOCKER_USER_ID:-1000}
|
||||
GROUP_ID: ${DOCKER_GROUP_ID:-1000}
|
||||
DOCKER_USER: ${DOCKER_USER:-acore}
|
||||
BUILDKIT_INLINE_CACHE: 1
|
||||
# BUILDKIT_INLINE_CACHE: 1
|
||||
volumes:
|
||||
- ${DOCKER_VOL_CLIENT_DATA_PROD:-ac-client-data-prod}:/azerothcore/env/dist/data:ro
|
||||
profiles: [prod, prod-app, clientdata]
|
||||
|
||||
Reference in New Issue
Block a user