We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d125f75 commit b9b5b41Copy full SHA for b9b5b41
werf_cleanup.yaml
@@ -11,6 +11,8 @@ cleanup:
11
limit:
12
in: 168h # keep dev images build during last week which not main|pre-alpha
13
- references:
14
- branch: /main|pre-alpha|release-.*/
+ branch: /main|release-[0-9]+.*/
15
+ limit:
16
+ last: 5 # keep 5 images for branches release-* and main
17
imagesPerReference:
- last: 5 # keep 5 images for branches main|pre-alpha
18
+ last: 1
0 commit comments