relizaio/RelizaHub submit metadata
Submit Release metadata for a release on RelizaHub
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 0–2scored Jul 6, 2026
- Maintenance Recency
- Maintainedlast commit Oct 25, 2025
- License
- None
Pinned Snippet
uses: relizaio/reliza-add-release@8b4d054edb2ec1ed0706ecee628d38625fc9219f # 1.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| reliza_api_id | Reliza Hub API ID | yes | — |
| reliza_api_key | Reliza Hub API KEY | yes | — |
| image_full_name | Full name of the Docker image with registry prefix | yes | — |
| image_digest | SHA 256 digest of the image artifact | yes | — |
| reliza_build_start | Build start time | yes | — |
| reliza_full_version | Version obtained from RelizaHub for this release | yes | — |
| reliza_build_status | Build status - [complete | rejected] | yes | — |
| reliza_api_url | Reliza Hub API URL | no | https://app.relizahub.com |
| artifact_type | Type of artifact created by this release [Docker, File] | no | Docker |
| commit_list | List of commits | no | — |
| reliza_project_id | Project UUID for this release if org-wide key is used | no | — |
| enable_sbom | Generates SBOM and stores it along with the artifact | no | false |
| registry_username | Username for image registry | no | — |
| registry_password | Password for image registry | no | — |
| registry_host | Host for image registry | no | — |
| path | Path to the relative to root of the repo (default is '.') | no | . |
Outputs
no outputs