diff options
Diffstat (limited to '.github/workflows/cleanup.yml')
| -rw-r--r-- | .github/workflows/cleanup.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index d429e0ce3..85e22ce9d 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -5,7 +5,7 @@ name: Cleanup on: workflow_dispatch: schedule: - - cron: "4 4 * * 0" + - cron: "4 4 * * *" concurrency: group: ${{ github.workflow }} @@ -28,7 +28,7 @@ jobs: with: account: "${{ github.repository_owner }}" token: "${{ secrets.GITHUB_TOKEN }}" - image-names: "cache" - image-tags: "!searxng-*" - cut-off: "1w" + image-names: "cache base" + image-tags: "!searxng*" + cut-off: "1d" keep-n-most-recent: "100" |