diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 8e8b090..38aef6e 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -49,7 +49,7 @@ jobs: push: false tags: b4tman/squid cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache-new + cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max outputs: type=image,name=b4tman/squid,push=false # Temp fix @@ -71,7 +71,7 @@ jobs: file: ssl-bump/Dockerfile tags: b4tman/squid:ssl-bump cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache-new + cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max # Temp fix # https://github.com/docker/build-push-action/issues/252 @@ -166,7 +166,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache-new + cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max # Temp fix # https://github.com/docker/build-push-action/issues/252 @@ -206,7 +206,7 @@ jobs: tags: ${{ steps.meta_ssl_bump_ghcr.outputs.tags }} labels: ${{ steps.meta_ssl_bump_ghcr.outputs.labels }} cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache-new + cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max # Temp fix # https://github.com/docker/build-push-action/issues/252