Skip to content

Commit

Permalink
fix: image expiring [ci debug]
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad0 committed Feb 8, 2024
1 parent 84dbdd3 commit 3030c62
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build-system/scripts/ensure_repo
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,17 @@ LIFECYCLE_POLICY='{
"rules": [
{
"rulePriority": 1,
"description": "No more than 200 cache images.",
"description": "No more than 1000 images, regardless of tag status.",
"selection": {
"tagStatus": "tagged",
"tagPrefixList": ["cache-"],
"countType": "imageCountMoreThan",
"countNumber": 200
"countNumber": 1000
},
"action": {
"type": "expire"
}
}
]
}
'
}'

REPOSITORY=$1
REGION=$2
Expand Down

0 comments on commit 3030c62

Please sign in to comment.