carecloud/Container Build Info
Generates Container Build Information, ex. image name, tag, owner, etc.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| image-name | Name of the container image | no | — |
| development-infrastructure-branch | Overrides the name of the development infrastructure branch. Defaults to `develop` | no | — |
| release-infrastructure-branch | Overrides the name of the release infrastructure branch. Defaults to `qa` | no | — |
Outputs
| name | description |
|---|---|
| container-repo | The name of the container repository |
| container-repo-owner | The name of the container repository owner |
| container-image-name | The name of the container image |
| container-image-tag | The container image tag |
| infrastructure-branch | The infrastucture branch to be updated. If workflow was triggered by a tag it will be the `release` branch, otherwise it is the `development` branch |