Skip to content

🗑️ Purge untagged images #81

🗑️ Purge untagged images

🗑️ Purge untagged images #81

Workflow file for this run

name: 🗑️ Purge untagged images
on:
schedule:
- cron: "0 0 * * *"
permissions:
packages: write
jobs:
purge_untagged_images:
runs-on: ubuntu-latest
steps:
- name: 🧹 Remove untagged images
uses: vlaurin/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
organization: ${{ github.repository_owner}}
container: ${{ github.event.repository.name }}
prune-untagged: true