~ making signal-debian and debian use different cache name so they are saved at the end of their workflow

This commit is contained in:
nicobo 2021-01-27 20:54:03 +01:00
parent f319c698c0
commit c0f02a642a
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

View file

@ -147,7 +147,7 @@ jobs:
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-debian-${{ github.sha }}
key: ${{ runner.os }}-buildx-debian-debian-${{ github.sha }}
# See https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
restore-keys: |
${{ runner.os }}-buildx-debian-
@ -232,7 +232,7 @@ jobs:
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-debian-${{ github.sha }}
key: ${{ runner.os }}-buildx-debian-signaldebian-${{ github.sha }}
# See https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
restore-keys: |
${{ runner.os }}-buildx-debian-