ci: Added non-versioned cache as restore-key fallback

This commit is contained in:
Geoff Bourne
2021-01-12 17:30:58 -06:00
parent a3677d5aa8
commit 942a125e04

View File

@@ -69,6 +69,7 @@ jobs:
key: ${{ runner.os }}-buildx-${{ steps.prep.outputs.cache_version }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-${{ steps.prep.outputs.cache_version }}-
${{ runner.os }}-buildx-
- name: Login to DockerHub
uses: docker/login-action@v1