We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b400b9 commit 00b416eCopy full SHA for 00b416e
.github/workflows/registry.yml
@@ -25,18 +25,7 @@ jobs:
25
uses: snok/container-retention-policy@3b0972b2276b171b212f8c4efbca59ebba26eceb # v3.0.1
26
id: retention
27
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
+ image-names: "alpine alpine.staging debian debian.staging fedora fedora.staging tumbleweed tumbleweed.staging ubuntu-cross-armhf ubuntu-cross-ppc64le ubuntu-cross-s390x"
40
cut-off: 1w
41
timestamp-to-use: updated_at
42
image-tags: "!latest !next !main"
0 commit comments