mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -05:00
Merge pull request #186 from tokens-studio/feat/clean-images
Add clean images workflow
This commit is contained in:
commit
dcf4b7ce64
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…
Add table
Reference in a new issue