Skip to content

BookWorm Clean Up

BookWorm Clean Up #131

Workflow file for this run

name: BookWorm Clean Up
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
delete-package-versions:
name: Delete untagged package versions
runs-on: ubuntu-latest
steps:
- uses: snok/container-retention-policy@v3.0.0
with:
account: user
token: ${{ secrets.GH_TOKEN }}
image-names: "bookworm/*"
tag-selection: untagged
cut-off: 1h