Skip to content

Commit a77a504

Browse files
authored
Update gradle.yml
1 parent d6e317d commit a77a504

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Cache docker ${{ matrix.docker-channel }} ${{ matrix.docker-version }}
2626
uses: actions/cache@v1
2727
with:
28-
path: ~/.docker
28+
#path: ~/.docker
29+
path: /var/lib/docker
2930
key: ${{ runner.os }}-${{ matrix.os }}-docker-${{ hashFiles('**/Dockerfile*') }}
3031
restore-keys: |
3132
${{ runner.os }}-${{ matrix.os }}-docker-

0 commit comments

Comments
 (0)