metacubexd/.github/workflows/cleanPkg.yml
Larvan2 0b67cc7021
ci: clean old package
Signed-off-by: Larvan2 <78135608+Larvan2@users.noreply.github.com>
2023-12-05 20:39:47 +08:00

17 lines
361 B
YAML

name: clean old package
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
del_runs:
runs-on: ubuntu-latest
steps:
- uses: actions/delete-package-versions@v4
with:
package-name: 'metacubexd'
package-type: 'container'
min-versions-to-keep: 3
delete-only-untagged-versions: 'true'