We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a50721 + d7270e2 commit 816a7a1Copy full SHA for 816a7a1
1 file changed
.github/workflows/housekeeping.yml
@@ -1,6 +1,8 @@
1
-name: housekeeping
+name: Remove untagged images from registry
2
on:
3
workflow_dispatch:
4
+ schedule:
5
+ - cron: "0 0 * * *"
6
7
jobs:
8
housekeeping:
0 commit comments