We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93e8c9 commit 7508470Copy full SHA for 7508470
ansible/ecr-lifecycle/ecr_lifecycle.json
@@ -18,7 +18,7 @@
18
"description": "Keep the 5 most recent build images - AMEND NUMBER AFTER TEST",
19
"selection": {
20
"tagStatus": "tagged",
21
- "tagPrefixList": [""],
+ "tagPrefixList": ["*"],
22
"countType": "imageCountMoreThan",
23
"countNumber": 800
24
},
0 commit comments