From 3704a7e19a8c71d04f12d5b56dda68fb90a6a27a Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Thu, 19 Jun 2025 11:17:07 +0200 Subject: [PATCH] cache compose tests --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92246a1953..dfa68ce184 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,8 +52,7 @@ jobs: id: run-caches-restore with: path: ${{ env.CACHE_DIR }} - key: login-run-caches-${{ env.DOCKER_METADATA_OUTPUT_VERSION }} - restore-keys: login-run-caches-latest + key: login-run-caches - name: Show Run Caches run: make show-run-caches - run: make login-quality @@ -67,4 +66,4 @@ jobs: with: path: ${{ env.CACHE_DIR }} key: ${{ steps.run-caches-restore.outputs.cache-primary-key }} -# if: always() + if: always()