Skip to content

Commit 6502eeb

Browse files
fix(ci): Remove all old testing OCI images (#8472)
1 parent 73f4b97 commit 6502eeb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/prune-github-container-registry.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
container: dd-trace-java/dd-lib-java-init
2121
keep-younger-than: 7 # days
2222
keep-last: 10
23-
keep-tags: |
24-
latest_snapshot
2523
prune-tags-regexes: |
26-
^[a-z0-9]{40}(-arm64|-amd64)?$
24+
.+
2725
prune-untagged: true

0 commit comments

Comments
 (0)