diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2022-11-08 00:23:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 00:23:09 +0100 |
commit | 0ab6207472db42c638c61a91c2284b948dad31fb (patch) | |
tree | 4dd6a83d3bae41e327f1eb101d026e15ef36e1ad /docker-compose.yml | |
parent | 170de50c9a9930cf70cb5ad5a89204d40cf1207f (diff) |
chore(CI): removed cache_from client-data
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 06f5bd20d0..16c515e337 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,8 @@ x-build-params: &build-params - acore/ac-wotlk-worldserver-local:${DOCKER_IMAGE_TAG:-master} - acore/ac-wotlk-dev-server:${DOCKER_IMAGE_TAG:-master} - acore/ac-wotlk-tools:${DOCKER_IMAGE_TAG:-master} - - acore/ac-wotlk-client-data:${DOCKER_IMAGE_TAG:-master} + # Need to fix reduced space on GH actions first + # - acore/ac-wotlk-client-data:${DOCKER_IMAGE_TAG:-master} x-ac-shared-conf: &ac-shared-conf <<: *networks |