1
Fork 0

Remove cache restore key

This commit is contained in:
viktorstrate 2021-03-28 18:43:58 +02:00
parent b59ba20bd1
commit ec2a6e4ded
No known key found for this signature in database
GPG Key ID: 3F855605109C1E8A
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ jobs:
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Set up QEMU
uses: docker/setup-qemu-action@v1