actions-marketplace-validations/Helm Chart Releaser OCI
Push Helm charts to OCI-based (Docker) registries
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 24, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/sharekey_helm-oci-chart-releaser@215c1c208ec8b0d89e4085fa6f0b87fc19d1a502 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Chart name | yes | — |
| repository | Chart repository name | yes | — |
| tag | Chart version | yes | — |
| path | Chart path (Default 'charts/{name}') | no | — |
| registry | OCI registry | yes | — |
| registry_username | OCI registry username | yes | — |
| registry_password | OCI registry password | yes | — |
Outputs
| name | description |
|---|---|
| image | Chart image (Default '{registry}/{repository}/{image}:{tag}') |