Skip to content

Commit 5c8f25a

Browse files
committed
add helm package as well
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
1 parent db0fb5d commit 5c8f25a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/image.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,10 @@ jobs:
9494
package-type: 'container'
9595
min-versions-to-keep: 10
9696
delete-only-pre-release-versions: "true"
97+
98+
- uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5.0.0
99+
with:
100+
package-name: 'charts/backend'
101+
package-type: 'container'
102+
min-versions-to-keep: 10
103+
delete-only-pre-release-versions: "true"

0 commit comments

Comments
 (0)