Update docker layer cache workflow thing

This commit is contained in:
Chris Vest 2021-03-19 17:23:48 +01:00
parent 1bf9429fbf
commit 66fbc44d27
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2
# Enable caching of Docker layers
- uses: satackey/action-docker-layer-caching@v0.0.8
- uses: satackey/action-docker-layer-caching@v0.0.11
continue-on-error: true
with:
key: docker-cache-${{ steps.cache-key.outputs.key }}-{hash}