Skip to content

Commit

Permalink
Deprecate non-normalised inputs
Browse files Browse the repository at this point in the history
Inputs are only marked as deprecated and won't be removed until v2.0.0 to offer sufficient migration time.
  • Loading branch information
vlaurin committed Jan 7, 2023
1 parent eda6c54 commit 54b96a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ inputs:
description: 'Minimum age in days of container versions to prune'
required: false
default: 0
deprecationMessage: Replaced by input `keep-younger-than`. This input will be removed in v2.0.0.
keep-last:
description: 'Count of most recent, matching containers to exclude from pruning'
required: false
Expand Down Expand Up @@ -58,9 +59,11 @@ inputs:
description: 'Whether untagged container versions should be pruned'
required: false
default: false
deprecationMessage: Replaced by input `prune-untagged`. This input will be removed in v2.0.0.
tag-regex:
description: 'Regular expression matching tagged container versions which should be pruned'
required: false
deprecationMessage: Replaced by input `prune-tags-regexes`. This input will be removed in v2.0.0.
output:
count:
description: 'Count of container versions that were pruned'
Expand Down

0 comments on commit 54b96a6

Please sign in to comment.