From 50ed9d18067ea4c11d7bd6379f854a79de670fb3 Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:30:16 +0200 Subject: [PATCH] cache key korrektur --- .github/workflows/docker_debian_unified.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_debian_unified.yml b/.github/workflows/docker_debian_unified.yml index 95e3133dd..bba8ad184 100644 --- a/.github/workflows/docker_debian_unified.yml +++ b/.github/workflows/docker_debian_unified.yml @@ -141,7 +141,7 @@ jobs: - name: Cache Restore Docker Image uses: actions/cache/restore@v3 with: - key: ${{ needs.prepare.outputs.cache_key }} + key: ${{ format( needs.prepare.outputs.cache_key, matrix.debian_version) }} path: ${{ format( needs.prepare.outputs.image_file_path, matrix.debian_version) }} fail-on-cache-miss: true