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

View File

@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
# Enable caching of Docker layers # 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 continue-on-error: true
with: with:
key: docker-cache-${{ steps.cache-key.outputs.key }}-{hash} key: docker-cache-${{ steps.cache-key.outputs.key }}-{hash}