Change cache key for docker action

Signed-off-by: trivernis <trivernis@protonmail.com>
actions
trivernis 4 years ago
parent 98284bfa0b
commit 7dc6c35a96
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -25,7 +25,7 @@ jobs:
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
key: ${{ runner.os }}-buildx-${{ hashFiles('Cargo.lock') }}
restore-keys: |
${{ runner.os }}-buildx-
-

Loading…
Cancel
Save