Skip to content

Commit d6e317d

Browse files
authored
Update gradle.yml
1 parent 022582d commit d6e317d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/cache@v1
2727
with:
2828
path: ~/.docker
29-
key: ${{ runner.os }}-${{ matrix.os }}-docker-
29+
key: ${{ runner.os }}-${{ matrix.os }}-docker-${{ hashFiles('**/Dockerfile*') }}
3030
restore-keys: |
3131
${{ runner.os }}-${{ matrix.os }}-docker-
3232

0 commit comments

Comments
 (0)