diff --git a/deployment/lambda/lambda_example/docker/ecr.tf b/deployment/lambda/lambda_example/docker/ecr.tf index b6f1967..272af42 100644 --- a/deployment/lambda/lambda_example/docker/ecr.tf +++ b/deployment/lambda/lambda_example/docker/ecr.tf @@ -48,7 +48,7 @@ resource "aws_ecr_lifecycle_policy" "extractor_loader_lifecycle" { "description": "Keep last 5 images", "selection": { "tagStatus": "tagged", - "tagPrefixList": ["v"], + "tagPrefixList": ["feature"], "countType": "imageCountMoreThan", "countNumber": 5 },