Skip to content

Cleanup Untagged Images #9

Cleanup Untagged Images

Cleanup Untagged Images #9

name: Cleanup Untagged Images
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * SUN"
jobs:
delete-untagged-images:
name: Delete untagged images
runs-on: ubuntu-latest
steps:
- uses: bots-house/ghcr-delete-image-action@v1.1.0
with:
owner: varfish-org
name: cadd-rest-api
token: ${{ secrets.GITHUB_TOKEN }}
untagged-keep-latest: 3