add(ci): clear-packages.yml
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
name: Remove old package versions
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
remove-package-versions:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/delete-package-versions@v4
|
||||||
|
with:
|
||||||
|
package-name: sharkey
|
||||||
|
package-type: container
|
||||||
|
min-versions-to-keep: 10
|
||||||
|
delete-only-untagged-versions: 'true'
|
||||||
Reference in New Issue
Block a user