cache compose tests

This commit is contained in:
Elio Bischof
2025-06-19 13:13:24 +02:00
parent 3372d1aa03
commit 7dbeb0caa4

View File

@@ -52,9 +52,8 @@ jobs:
id: run-caches-restore
with:
path: ${{ env.CACHE_DIR }}
key: ${{ runner.os }}-login-run-caches-${{ github.event.inputs.ref-tag }}
key: ${{ runner.os }}-login-run-caches-${{ github.sha }}
restore-keys: |
${{ runner.os }}-login-run-caches-${{ github.event.inputs.ref-tag }}-
${{ runner.os }}-login-run-caches-
- name: Show Run Caches
run: make show-run-caches