Skip to content

Commit 637fba2

Browse files
committed
added cleanup
1 parent 63c9309 commit 637fba2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Cleanup Untagged Images
2+
3+
on:
4+
workflow_dispatch:
5+
release:
6+
types: [published]
7+
8+
jobs:
9+
update:
10+
uses: codeshelldev/gh-actions/.github/workflows/readme-update.yml@main
11+
secrets:
12+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)