Skip to content

Commit 00b416e

Browse files
committed
fix registry yaml
'A sequence was not expected' Signed-off-by: Daniel Wagner <wagi@kernel.org>
1 parent 9b400b9 commit 00b416e

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/registry.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,7 @@ jobs:
2525
uses: snok/container-retention-policy@3b0972b2276b171b212f8c4efbca59ebba26eceb # v3.0.1
2626
id: retention
2727
with:
28-
image-names:
29-
- alpine
30-
- alpine.staging
31-
- debian
32-
- debian.staging
33-
- fedora
34-
- fedora.staging
35-
- tumbleweed
36-
- tumbleweed.staging
37-
- ubuntu-cross-armhf
38-
- ubuntu-cross-ppc64le
39-
- ubuntu-cross-s390x
28+
image-names: "alpine alpine.staging debian debian.staging fedora fedora.staging tumbleweed tumbleweed.staging ubuntu-cross-armhf ubuntu-cross-ppc64le ubuntu-cross-s390x"
4029
cut-off: 1w
4130
timestamp-to-use: updated_at
4231
image-tags: "!latest !next !main"

0 commit comments

Comments
 (0)