0
Fork 0
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:
SorsOps 2024-06-19 18:15:53 +00:00
parent 596c1997b8
commit f457895961

15
.github/workflows/cleanImages.yaml vendored Normal file
View 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'