Skip to content

Commit 3ffe808

Browse files
authored
Update build-cachelib-docker.yml
Do not use shallow clone to make sure Docker rebuild logic works correctly.
1 parent ad59d20 commit 3ffe808

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-cachelib-docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
gcc -v
4040
- name: "checkout sources"
4141
uses: actions/checkout@v2
42+
with:
43+
fetch-depth: 0
4244

4345
- name: Pull the image or rebuild and push it
4446
run: cd $WORKDIR && ${{ matrix.CONFIG }} ./pull-or-rebuild-image.sh $FORCE_IMAGE_ACTION

0 commit comments

Comments
 (0)