feat: release

This commit is contained in:
kunish 2024-03-20 16:25:00 +08:00
parent 35fcb800de
commit da417aa574
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -1,17 +0,0 @@
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@v5
with:
package-name: 'metacubexd'
package-type: 'container'
min-versions-to-keep: 3
delete-only-untagged-versions: 'true'