diff options
Diffstat (limited to '.github/workflows/cleanup.yml')
| -rw-r--r-- | .github/workflows/cleanup.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index cb1da86e4..32b34bd96 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -34,4 +34,4 @@ jobs: image-names: "cache" image-tags: "!searxng*" cut-off: "1d" - keep-n-most-recent: "100" + keep-n-most-recent: "30" |