mirror of
https://github.com/actions/cache.git
synced 2025-04-21 22:08:41 +00:00
Change cache key to use commit sha
This commit is contained in:
parent
a90d1a0f71
commit
6c1be59bbc
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/packa
|
|||
id: cache
|
||||
with:
|
||||
path: docker-cache
|
||||
key: ${{ runner.os }}-docker-${{ hashFiles('**/Dockerfile') }}
|
||||
key: ${{ runner.os }}-docker-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-docker-
|
||||
- name: Load cached Docker layers
|
||||
|
|
Loading…
Add table
Reference in a new issue