Skip to content

Commit

Permalink
chore: cleanup untagged images every 15 minutes (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Dec 3, 2023
1 parent 4b2f064 commit 2a6b560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Cleanup old images
on:
schedule:
# Every 5 minutes
- cron: '*/5 * * * *'
- cron: '*/15 * * * *'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 2a6b560

Please sign in to comment.