- removing mode=max for cache as I have regularly out of space errors on gh

This commit is contained in:
nicobo 2021-03-17 21:33:21 +01:00
parent 94f69044c3
commit 34cbf17f20
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

View file

@ -90,7 +90,7 @@ jobs:
${{ github.sha }}
cache-from: type=local,src=/tmp/.buildx-cache
# mode=max to cache intermediate layers : https://github.com/docker/buildx#--cache-tonametypetypekeyvalue
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
cache-to: type=local,dest=/tmp/.buildx-cache
- name: Image digest
run: echo ${{ steps.docker_build_alpine.outputs.digest }}
@ -262,7 +262,7 @@ jobs:
${{ github.sha }}
cache-from: type=local,src=/tmp/.buildx-cache
# mode=max to cache intermediate layers : https://github.com/docker/buildx#--cache-tonametypetypekeyvalue
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
cache-to: type=local,dest=/tmp/.buildx-cache
- name: Image digest
run: echo ${{ steps.docker_build_signal_debian.outputs.digest }}