mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
feat: release
This commit is contained in:
parent
35fcb800de
commit
da417aa574
17
.github/workflows/clean-pkg.yml
vendored
17
.github/workflows/clean-pkg.yml
vendored
@ -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'
|
|
Loading…
Reference in New Issue
Block a user