Skip to content

Commit

Permalink
cache key korrektur
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 17, 2023
1 parent eb646d2 commit 50ed9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_debian_unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 50ed9d1

Please sign in to comment.