orbit-online/Image version
Determines the container image version based on a git ref
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | The git ref to use. Defaults to `github.ref``. | no | ${{ github.ref }} |
| prefix | Prefix to remove in tags. Defaults to `v``. | no | v |
Outputs
| name | description |
|---|---|
| version | The image tag |