mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Add clean images workflow
This commit is contained in:
parent
596c1997b8
commit
f457895961
1 changed files with 15 additions and 0 deletions
15
.github/workflows/cleanImages.yaml
vendored
Normal file
15
.github/workflows/cleanImages.yaml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: Cleanup Images
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
trigger:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/delete-package-versions@v5
|
||||
with:
|
||||
package-name: 'tokens-studio-for-penpot'
|
||||
package-type: 'container'
|
||||
min-versions-to-keep: 0
|
||||
delete-only-untagged-versions: 'true'
|
Loading…
Reference in a new issue