mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
Merge pull request #1882 from pi-hole/housekeeping
Run housekeeping job on schedule
This commit is contained in:
6
.github/workflows/housekeeping.yml
vendored
6
.github/workflows/housekeeping.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: housekeeping
|
||||
name: Remove untagged images from registry
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
housekeeping:
|
||||
|
||||
Reference in New Issue
Block a user