Docker cache try 2 (#126)
* Docker cache try 2 * Update README.md * Fix restore-key * Update README.md
This commit is contained in:
parent
93cee4c37c
commit
892a3b16da
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
|||||||
- uses: satackey/action-docker-layer-caching@v0.0.8
|
- uses: satackey/action-docker-layer-caching@v0.0.8
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
key: docker-cache-${{ hashFiles('docker/**') }}
|
key: docker-cache-${{ hashFiles('docker/**') }}-{hash}
|
||||||
|
restore-keys: docker-cache-${{ hashFiles('docker/**') }}-
|
||||||
- name: Build docker image
|
- name: Build docker image
|
||||||
uses: ./.github/actions/docker
|
uses: ./.github/actions/docker
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user