Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,21 @@ jobs:

- uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5.0.0
with:
package-name: '${{ github.event.repository.name }}'
package-name: 'konnector'
package-type: 'container'
min-versions-to-keep: 10
delete-only-pre-release-versions: "true"

- uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5.0.0
with:
package-name: 'backend'
package-type: 'container'
min-versions-to-keep: 10
delete-only-pre-release-versions: "true"

- uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5.0.0
with:
package-name: 'charts/backend'
package-type: 'container'

@xrstf xrstf May 19, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this truly a container?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Helm charts pushed to GHCR via OCI are actually stored as container types

min-versions-to-keep: 10
delete-only-pre-release-versions: "true"