Skip to content

Commit

Permalink
core filterSet rework
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanmars committed Aug 10, 2024
1 parent 603b492 commit df5575c
Show file tree
Hide file tree
Showing 10 changed files with 1,091 additions and 706 deletions.
17 changes: 16 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,24 @@ inputs:

delete-untagged:
description: >
Delete untagged images (true/false)
Delete untagged images (true/false). Default option which is set to true
when no other options set
required: false

delete-ghost-images:
description: >
Include for deletion multi architecture images where all underlying
platform images are missing (true/false).
required: false
default: false

delete-partial-images:
description: >
Include for deletion multi architecture images with partial underlying
platform images are missing (true/false).
required: false
default: false

keep-n-untagged:
description: >
Number of untagged images to keep (sorted by date)
Expand Down
Loading

0 comments on commit df5575c

Please sign in to comment.