ci: use CACHE_NAME in main.yml

This commit is contained in:
Geoff Bourne
2021-05-21 17:04:11 -05:00
parent 9bd6bc64b0
commit c9815e2ccb
2 changed files with 5 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ jobs:
key: ${{ runner.os }}-buildx-${{ env.CACHE_NAME }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-${{ env.CACHE_NAME }}-
${{ runner.os }}-buildx-
- name: Set up QEMU
uses: docker/setup-qemu-action@v1.1.0