diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2022-11-07 23:55:15 +0100 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2022-11-07 23:55:15 +0100 |
commit | 8533b549979230e78824b7377876934895630306 (patch) | |
tree | 666a56576e5f177733b6353e1f83c7898e66e311 /docker-compose.yml | |
parent | 0764d0d6b8737230fd55c7e265290382fccd6628 (diff) |
fix(CI/docker): checkout the entire history
Restored old cache_from
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 30444833a2..45df46fc2c 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: - - 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} + - 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:${DOCKER_IMAGE_TAG:-master} x-ac-shared-conf: &ac-shared-conf <<: *networks |