fix(CI/docker): checkout the entire history

Restored old cache_from
This commit is contained in:
Yehonal
2022-11-07 23:55:15 +01:00
parent 0764d0d6b8
commit 8533b54997
2 changed files with 13 additions and 11 deletions

View File

@@ -47,8 +47,9 @@ jobs:
docker compose version
- uses: actions/checkout@v3
with:
fetch-depth: 2
# we need the entire history for the ac-dev-server
# with:
# fetch-depth: 2
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v1
@@ -121,8 +122,9 @@ jobs:
docker compose version
- uses: actions/checkout@v3
with:
fetch-depth: 2
# we need the entire history for the ac-dev-server
# with:
# fetch-depth: 2
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v1