mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
fix(CI/docker): checkout the entire history
Restored old cache_from
This commit is contained in:
10
.github/workflows/docker_build.yml
vendored
10
.github/workflows/docker_build.yml
vendored
@@ -47,8 +47,9 @@ jobs:
|
|||||||
docker compose version
|
docker compose version
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
# we need the entire history for the ac-dev-server
|
||||||
fetch-depth: 2
|
# with:
|
||||||
|
# fetch-depth: 2
|
||||||
|
|
||||||
# - name: Set up Docker Buildx
|
# - name: Set up Docker Buildx
|
||||||
# uses: docker/setup-buildx-action@v1
|
# uses: docker/setup-buildx-action@v1
|
||||||
@@ -121,8 +122,9 @@ jobs:
|
|||||||
docker compose version
|
docker compose version
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
# we need the entire history for the ac-dev-server
|
||||||
fetch-depth: 2
|
# with:
|
||||||
|
# fetch-depth: 2
|
||||||
|
|
||||||
# - name: Set up Docker Buildx
|
# - name: Set up Docker Buildx
|
||||||
# uses: docker/setup-buildx-action@v1
|
# uses: docker/setup-buildx-action@v1
|
||||||
|
|||||||
@@ -14,13 +14,13 @@ x-build-params: &build-params
|
|||||||
DOCKER_USER: ${DOCKER_USER:-acore}
|
DOCKER_USER: ${DOCKER_USER:-acore}
|
||||||
# BUILDKIT_INLINE_CACHE: 1
|
# BUILDKIT_INLINE_CACHE: 1
|
||||||
cache_from:
|
cache_from:
|
||||||
- registry.hub.docker.com/acore/ac-wotlk-authserver:${DOCKER_IMAGE_TAG:-master}
|
- acore/ac-wotlk-authserver:${DOCKER_IMAGE_TAG:-master}
|
||||||
- registry.hub.docker.com/acore/ac-wotlk-authserver-local:${DOCKER_IMAGE_TAG:-master}
|
- acore/ac-wotlk-authserver-local:${DOCKER_IMAGE_TAG:-master}
|
||||||
- registry.hub.docker.com/acore/ac-wotlk-worldserver:${DOCKER_IMAGE_TAG:-master}
|
- acore/ac-wotlk-worldserver:${DOCKER_IMAGE_TAG:-master}
|
||||||
- registry.hub.docker.com/acore/ac-wotlk-worldserver-local:${DOCKER_IMAGE_TAG:-master}
|
- acore/ac-wotlk-worldserver-local:${DOCKER_IMAGE_TAG:-master}
|
||||||
- registry.hub.docker.com/acore/ac-wotlk-dev-server:${DOCKER_IMAGE_TAG:-master}
|
- acore/ac-wotlk-dev-server:${DOCKER_IMAGE_TAG:-master}
|
||||||
- registry.hub.docker.com/acore/ac-wotlk-tools:${DOCKER_IMAGE_TAG:-master}
|
- acore/ac-wotlk-tools:${DOCKER_IMAGE_TAG:-master}
|
||||||
- registry.hub.docker.com/acore/ac-wotlk-client-data:${DOCKER_IMAGE_TAG:-master}
|
- acore/ac-wotlk-client-data:${DOCKER_IMAGE_TAG:-master}
|
||||||
|
|
||||||
x-ac-shared-conf: &ac-shared-conf
|
x-ac-shared-conf: &ac-shared-conf
|
||||||
<<: *networks
|
<<: *networks
|
||||||
|
|||||||
Reference in New Issue
Block a user