~ Fixed : debian and alpine don't share the same cache (really)

This commit is contained in:
nicobo 2021-01-27 16:13:48 +01:00
parent 9176c5bd6f
commit f319c698c0
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

View file

@ -68,7 +68,6 @@ jobs:
# See https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
restore-keys: |
${{ runner.os }}-buildx-alpine-
${{ runner.os }}-buildx-
- name: Login to Docker Hub
uses: docker/login-action@v1
@ -152,7 +151,6 @@ jobs:
# See https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
restore-keys: |
${{ runner.os }}-buildx-debian-
${{ runner.os }}-buildx-
- name: Login to Docker Hub
uses: docker/login-action@v1
@ -238,7 +236,6 @@ jobs:
# See https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
restore-keys: |
${{ runner.os }}-buildx-debian-
${{ runner.os }}-buildx-
- name: Login to Docker Hub
uses: docker/login-action@v1