fix(CI/docker): try to fix the missing space issue

This commit is contained in:
Yehonal
2022-11-07 23:38:59 +01:00
parent d182aac35a
commit 2e6dcae940
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ x-build-params: &build-params
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
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}