Skip to content

Commit

Permalink
Docker cache try 2 (#126)
Browse files Browse the repository at this point in the history
* Docker cache try 2

* Update README.md

* Fix restore-key

* Update README.md
  • Loading branch information
LionZXY authored Sep 17, 2020
1 parent 93cee4c commit 892a3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: satackey/[email protected]
continue-on-error: true
with:
key: docker-cache-${{ hashFiles('docker/**') }}

key: docker-cache-${{ hashFiles('docker/**') }}-{hash}
restore-keys: docker-cache-${{ hashFiles('docker/**') }}-
- name: Build docker image
uses: ./.github/actions/docker

Expand Down

0 comments on commit 892a3b1

Please sign in to comment.