Skip to content

Commit 816a7a1

Browse files
authored
Merge pull request #113 from pi-hole/housekeeping
Run housekeeping job on schedule
2 parents 8a50721 + d7270e2 commit 816a7a1

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)