Skip to content

Commit 6fbfcb6

Browse files
authored
prune intermediate images for each arch.
1 parent 8b39c8b commit 6fbfcb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,9 @@ jobs:
747747
keep-younger-than: 7 # days
748748
keep-tags: latest
749749
keep-tags-regexes: ^pr
750-
prune-tags-regexes: ^main-
750+
prune-tags-regexes: |
751+
^main-
752+
^v
751753
prune-untagged: true
752754

753755
- name: Upload build artifacts

0 commit comments

Comments
 (0)