Skip to content

Commit a3682f5

Browse files
author
jamesmoore
committed
add package cleanup workflow
1 parent 511439a commit a3682f5

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Docker cleanup
2+
3+
on:
4+
workflow_dispatch:
5+
6+
permissions:
7+
packages: write
8+
9+
jobs:
10+
delete_versions:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/delete-package-versions@v5
14+
with:
15+
package-name: 'mp3info'
16+
package-type: 'container'
17+
min-versions-to-keep: 10
18+
delete-only-untagged-versions: false

0 commit comments

Comments
 (0)