Docker cache try 2 (#126)

* Docker cache try 2

* Update README.md

* Fix restore-key

* Update README.md
This commit is contained in:
LionZXY 2020-09-17 12:11:06 +03:00 committed by GitHub
parent 93cee4c37c
commit 892a3b16da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,8 @@ jobs:
- uses: satackey/action-docker-layer-caching@v0.0.8
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