Skip to content

Cleanup ghcr.io

Cleanup ghcr.io #35

Workflow file for this run

name: Cleanup ghcr.io
on:
workflow_dispatch:
schedule:
- cron: '0 5 * * 0'
env:
REGISTRY: ghcr.io
IMAGE_NAME: kinoite
jobs:
cleanup:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: dataaxiom/ghcr-cleanup-action@v1
with:
packages: kinoite
delete-untagged: true
keep-n-tagged: 14