mirror of
https://github.com/nicolabs/nicobot.git
synced 2026-02-22 18:25:21 +01:00
- removing mode=max for cache as I have regularly out of space errors on gh
This commit is contained in:
parent
94f69044c3
commit
34cbf17f20
4
.github/workflows/dockerhub.yml
vendored
4
.github/workflows/dockerhub.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue