-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(oci): push helm chart package to github container registry #173
Conversation
test run in forked repo: https://github.com/mwangggg/cryostat-helm/actions/runs/9964046130 |
Signed-off-by: Andrew Azores <[email protected]>
The release got created by the workflow run with no apparent errors, but no package. Maybe it just silently failed? |
|
Image name looks wrong... though in @mwangggg's test, it has the same format and seems to have worked. |
Ah I see the problem, the package does exist but it has internal visibility. I'll figure out how to update this. I think the CI job is actually working properly. |
Also, I think the release should not be created? Just the container image needs pushing to https://github.com/helm/chart-releaser-action?tab=readme-ov-file#inputs The |
Looks like a release still got created. The |
Hmm, seems to be the image digest. Though, according this helm docs: https://helm.sh/docs/topics/registries/#the-push-subcommand, only
|
fixes: #161