Skip to content

Fix packages retention in gh action image#551

Merged
cnvergence merged 2 commits into
kbind-dev:mainfrom
cnvergence:fix-image-action
May 19, 2026
Merged

Fix packages retention in gh action image#551
cnvergence merged 2 commits into
kbind-dev:mainfrom
cnvergence:fix-image-action

Conversation

@cnvergence

Copy link
Copy Markdown
Member

Summary

It seems like we have been trying to clean-up non existent package 'kube-bind', old gh action did not report any issue.
This PR sets it for both backend and konnector packages.

What Type of PR Is This?

/kind cleanup

Related Issue(s)

Fixes #

Release Notes

NONE

Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
@cnvergence cnvergence requested a review from a team as a code owner May 19, 2026 14:15
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
- 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

@cnvergence cnvergence merged commit 7bd9d4b into kbind-dev:main May 19, 2026
8 checks passed
@cnvergence cnvergence deleted the fix-image-action branch May 19, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants