Update cache config

This commit is contained in:
2022-09-14 21:41:38 +03:00
parent f85b03e9d5
commit fbba087ff3
3 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ jobs:
context: .
file: ./docker/build.dockerfile
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
# This ugly bit is necessary if you don't want your cache to grow forever
# until it hits GitHub's limit of 5GB.