Skip to content

Commit 84df7e6

Browse files
committed
Add cleanup tasks
1 parent 3ed5dfd commit 84df7e6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Container Registry Cleanup
2+
3+
permissions:
4+
contents: read
5+
packages: write
6+
7+
on:
8+
workflow_dispatch:
9+
schedule:
10+
- cron: '30 2 * * MON'
11+
12+
jobs:
13+
untagged-cleanup:
14+
uses: "tweedegolf/actions-container-helpers/.github/workflows/container-untagged-cleanup.yml@main"
15+
with:
16+
package: node

0 commit comments

Comments
 (0)