Skip to content

GitHub Container Registry cleanup #1

GitHub Container Registry cleanup

GitHub Container Registry cleanup #1

---
name: GitHub Container Registry cleanup
on:
schedule:
- cron: '34 3 8 * *' # Every night the first of the month
jobs:
cleanup:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/delete-package-versions@v5
with:
package-name: 'ngv-ui'
package-type: 'container'
min-versions-to-keep: 5
delete-only-untagged-versions: true