Fix cache keys

This commit is contained in:
Jan-Henrik 2023-08-06 14:42:36 +02:00
parent 963a82dd72
commit a489a1c665

View file

@ -47,9 +47,9 @@ jobs:
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache
key: ${{ runner.os }}-multi-buildx-${{ github.sha }} key: ${{ runner.os }}-multi-${{ matrix.platform }}-buildx-${{ github.sha }}
restore-keys: | restore-keys: |
${{ runner.os }}-multi-buildx ${{ runner.os }}-multi-${{ matrix.platform }}-buildx
- -
name: Build and push by digest name: Build and push by digest
id: build id: build