This commit is contained in:
mahula 2023-07-18 19:57:37 +02:00
parent 991e5c5ec3
commit 0e73d53e9a

View File

@ -100,7 +100,7 @@ jobs:
uses: actions/cache/restore@v3.3.1
with:
path: /tmp/backend.tar
key: ${{ github.run_id }}backend-cache
key: ${{ github.run_id }}-backend-cache
fail-on-cache-miss: true
- name: Load Docker Images