mirror of
https://github.com/jhbruhn/ics-adapter.git
synced 2025-03-15 03:25: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
|
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
|
||||||
|
|
Loading…
Reference in a new issue