Skip to content

🗑️ Purge untagged images #411

🗑️ Purge untagged images

🗑️ Purge untagged images #411

name: 🗑️ Purge untagged images
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#registry_package
# Run cleanup job if a new package was published or updated
on:
registry_package:
jobs:
purge_untagged_images:
runs-on: ubuntu-latest
steps:
- name: 🧹 clean packages
uses: vlaurin/[email protected]
with:
token: ${{ secrets.GHCR_TOKEN}}
organization: ${{ github.repository_owner}}
container: ${{ github.event.repository.name }}
prune-untagged: true