Skip to content

Commit d7270e2

Browse files
committed
Run housekeeping job on schedule
Signed-off-by: yubiuser <[email protected]>
1 parent 7394f99 commit d7270e2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/housekeeping.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
name: housekeeping
1+
name: Remove untagged images from registry
22
on:
33
workflow_dispatch:
4+
schedule:
5+
- cron: "0 0 * * *"
46

57
jobs:
68
housekeeping:

0 commit comments

Comments
 (0)