Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop
This commit is contained in:
commit
c4351c469a
18
.github/workflows/clear-untagged-packages.yml
vendored
Normal file
18
.github/workflows/clear-untagged-packages.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: Remove old package versions
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
remove-package-versions:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
steps:
|
||||
- uses: actions/delete-package-versions@v4
|
||||
with:
|
||||
package-name: sharkey
|
||||
package-type: container
|
||||
min-versions-to-keep: 10
|
||||
delete-only-untagged-versions: 'true'
|
Loading…
Reference in New Issue
Block a user