mirror of
https://github.com/nicolabs/nicobot.git
synced 2026-05-21 11:57:34 +02:00
~ making signal-debian and debian use different cache name so they are saved at the end of their workflow
This commit is contained in:
parent
f319c698c0
commit
c0f02a642a
4
.github/workflows/dockerhub.yml
vendored
4
.github/workflows/dockerhub.yml
vendored
|
|
@ -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-
|
||||
|
|
|
|||
Loading…
Reference in a new issue