Skip to content

Commit 28c315b

Browse files
fix(ci): Fix GHCR registry pruning (#8443)
1 parent c643643 commit 28c315b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ _Recovery:_ Check at the milestone for the related issues and update them manual
8787

8888
### prune-github-container-registry [🔗](prune-github-container-registry.yaml)
8989

90-
_Trigger:_ Every week or manually.
90+
_Trigger:_ Every day or manually.
9191

9292
_Action:_ Clean up old lib-injection OCI images from GitHub Container Registry.
9393

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
keep-tags: |
2424
latest_snapshot
2525
prune-tags-regexes: |
26-
^[a-z0-9]{40}$
26+
^[a-z0-9]{40}(-arm64|-amd64)?$
2727
prune-untagged: true

0 commit comments

Comments
 (0)