0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Merge pull request #186 from tokens-studio/feat/clean-images

Add clean images workflow
This commit is contained in:
SorsOps 2024-06-19 20:16:39 +02:00 committed by GitHub
commit dcf4b7ce64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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'