mirror of
https://github.com/jhbruhn/ics-adapter.git
synced 2025-03-15 11:35:49 +00:00
Fix cache keys
This commit is contained in:
parent
963a82dd72
commit
a489a1c665
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -47,9 +47,9 @@ jobs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-multi-buildx-${{ github.sha }}
|
||||
key: ${{ runner.os }}-multi-${{ matrix.platform }}-buildx-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-multi-buildx
|
||||
${{ runner.os }}-multi-${{ matrix.platform }}-buildx
|
||||
-
|
||||
name: Build and push by digest
|
||||
id: build
|
||||
|
|
Loading…
Reference in a new issue