Skip to content

Commit

Permalink
🛠️ Deployment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf-kali committed Nov 6, 2024
1 parent 297df3a commit 3ceaa51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf/image.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ resource "aws_ecr_lifecycle_policy" "ecr_lifecycle_policy" {
"rules": [
{
"rulePriority": 1,
"description": "Keep last 3 images",
"description": "Limit number of untagged images",
"selection": {
"tagStatus": "any",
"tagStatus": "untagged",
"countType": "imageCountMoreThan",
"countNumber": 3
},
Expand Down

0 comments on commit 3ceaa51

Please sign in to comment.