summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2022-11-07 22:27:23 +0100
committerYehonal <yehonal.azeroth@gmail.com>2022-11-07 22:27:23 +0100
commitcff814d235b558ab2a95b631a03fccdef2ef8c24 (patch)
treeca7d1a58c5493160cda717fe12b28747028f1535 /docker-compose.yml
parentc2d23b3578cfbf5a11eb80683e8f1ef38fdb26a8 (diff)
fix(CI/docker): optimize runtime space
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index a69a289f83..5d16f365e0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -14,13 +14,13 @@ x-build-params: &build-params
DOCKER_USER: ${DOCKER_USER:-acore}
BUILDKIT_INLINE_CACHE: 1
cache_from:
- - acore/ac-wotlk-authserver:${DOCKER_IMAGE_TAG:-master}
- - acore/ac-wotlk-authserver-local:${DOCKER_IMAGE_TAG:-master}
- - acore/ac-wotlk-worldserver:${DOCKER_IMAGE_TAG:-master}
- - 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-server:${DOCKER_IMAGE_TAG:-master}
+ - registry.hub.docker.com/acore/ac-wotlk-authserver:${DOCKER_IMAGE_TAG:-master}
+ - registry.hub.docker.com/acore/ac-wotlk-authserver-local:${DOCKER_IMAGE_TAG:-master}
+ - registry.hub.docker.com/acore/ac-wotlk-worldserver:${DOCKER_IMAGE_TAG:-master}
+ - registry.hub.docker.com/acore/ac-wotlk-worldserver-local:${DOCKER_IMAGE_TAG:-master}
+ - registry.hub.docker.com/acore/ac-wotlk-dev-server:${DOCKER_IMAGE_TAG:-master}
+ - registry.hub.docker.com/acore/ac-wotlk-tools:${DOCKER_IMAGE_TAG:-master}
+ - registry.hub.docker.com/acore/ac-wotlk-client-data:${DOCKER_IMAGE_TAG:-master}
x-ac-shared-conf: &ac-shared-conf
<<: *networks