Skip to content

ci: cleanup for images #10

ci: cleanup for images

ci: cleanup for images #10

Workflow file for this run

name: Cleaner
on:
workflow_dispatch:
# schedule:
# - cron: "0 0 * * *"
pull_request:
branches:
- "dev"
jobs:
cleanup:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
attestations: write
id-token: write
steps:
- uses: actions/delete-package-versions@v5
with:
package-name: barelyhuman/goblin
package-type: container
num-old-versions-to-delete: 10
ignore-versions: '(v?\d+\.\d+\.\d+|latest|(nightly[-]\w+))'