mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-19 13:54:10 +02:00
Auto-clean up of untagged images
This commit is contained in:
5
.github/workflows/dev.yml
vendored
5
.github/workflows/dev.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user