Auto-clean up of untagged images

This commit is contained in:
Benjamin Harder
2024-08-18 01:31:03 +02:00
parent 0365ed64a4
commit 7ae0ed5134

View File

@@ -79,10 +79,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Clean up docker images"
uses: dataaxiom/ghcr-cleanup-action@main
uses: dataaxiom/ghcr-cleanup-action@v1.0.8
with:
dry-run: true
keep-n-tagged: 10
# keep-n-tagged: 10
exclude-tags: dev
delete-untagged: true
delete-ghost-images: true