mirror of
https://github.com/actions/cache.git
synced 2025-04-20 02:56:45 +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
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: docker-cache
|
path: docker-cache
|
||||||
key: ${{ runner.os }}-docker-${{ hashFiles('**/Dockerfile') }}
|
key: ${{ runner.os }}-docker-${{ github.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-docker-
|
${{ runner.os }}-docker-
|
||||||
- name: Load cached Docker layers
|
- name: Load cached Docker layers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue