equisoft-actions/Resolve docker metadata
Resolve docker metadata such as tags and OCI labels.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| title | Human-readable name of this image. | yes | — |
| image-name | The image name, optionally prepended by a registry URL. | yes | — |
| release | Set to 'true' to treat this version as a release. 'version' must then be compatible with SemVer. | no | false |
| version | The version identifier. | yes | — |
Outputs
| name | description |
|---|---|
| annotations | A line-separated list of OCI annotations to pass to the docker build command. |
| labels | A line-separated list of OCI labels to pass to the docker build command. |
| tags | A comma-separated list of tags to pass to the docker build command. |