better cache key
This commit is contained in:
parent
b81240a3a6
commit
08c93212e7
1 changed files with 3 additions and 3 deletions
|
@ -20,8 +20,8 @@ runs:
|
||||||
uses: https://code.forgejo.org/actions/cache/restore@v3
|
uses: https://code.forgejo.org/actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
path: aur
|
path: aur
|
||||||
key: aur-${{ steps.cache-aur-key.outputs.cache-aur-key }}
|
key: aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key }}
|
||||||
restore-keys: aur-
|
restore-keys: aur-${{ github.repository }}-
|
||||||
- name: Build aur
|
- name: Build aur
|
||||||
if: steps.cache-aur-restore.outputs.cache-hit != 'true'
|
if: steps.cache-aur-restore.outputs.cache-hit != 'true'
|
||||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
||||||
|
@ -32,4 +32,4 @@ runs:
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
path: aur
|
path: aur
|
||||||
key: aur-${{ steps.cache-aur-key.outputs.cache-aur-key }}
|
key: aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue