We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77a504 commit 8aad5a4Copy full SHA for 8aad5a4
.github/workflows/gradle.yml
@@ -22,14 +22,6 @@ jobs:
22
with:
23
docker_version: ${{ matrix.docker-version }}
24
docker_channel: ${{ matrix.docker-channel }}
25
- - name: Cache docker ${{ matrix.docker-channel }} ${{ matrix.docker-version }}
26
- uses: actions/cache@v1
27
- with:
28
- #path: ~/.docker
29
- path: /var/lib/docker
30
- key: ${{ runner.os }}-${{ matrix.os }}-docker-${{ hashFiles('**/Dockerfile*') }}
31
- restore-keys: |
32
- ${{ runner.os }}-${{ matrix.os }}-docker-
33
34
- name: Setup java ${{ matrix.java }}
35
uses: actions/setup-java@v1
0 commit comments