Skip to content

Commit 16931b0

Browse files
authored
fix(CI): specify image-names in retention action
Updated image-names to specify examples for retention policy.
1 parent 7cbaa87 commit 16931b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ jobs:
197197
with:
198198
account: ApeWorX
199199
token: ${{ secrets.GITHUB_TOKEN }}
200-
image-names: "silverback-*"
200+
# NOTE: List all examples under `bots/` here
201+
image-names: "silverback-example silverback-latency-test"
201202
image-tags: "!*latest"
202203
tag-selection: both
203204
cut-off: 4w

0 commit comments

Comments
 (0)