Skip to content

Commit

Permalink
Fix cleanup of container images (#386)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Mar 7, 2024
1 parent 6459b24 commit d76c798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playbooks/generic/cleanup-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
community.docker.docker_prune:
images: true
images_filters:
dangling: true
dangling: false
tags: images
async: 600
poll: 10
2 changes: 1 addition & 1 deletion playbooks/generic/cleanup-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
community.docker.docker_prune:
images: true
images_filters:
dangling: true
dangling: false
tags: images
async: 600
poll: 10

0 comments on commit d76c798

Please sign in to comment.