import fix in frontend (how did it work??)

This commit is contained in:
2023-07-29 13:22:51 +02:00
parent f16720f13e
commit 614ac4c802
2 changed files with 2 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ jobs:
--cache-from=type=local,src=/tmp/dockercache .
- run:
name: prune cache
command: docker buildx prune --keep-storage=2gb --verbose
command: docker buildx prune --keep-storage=4gb --verbose
- save_cache:
key: buildx-photos-circleci-{{ checksum "/tmp/dockercache/index.json" }}