boost/docker-image-tag-generator
Turns a branch name and commit SHA into a Docker image tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 6, 2020
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: boost/docker-image-tag-generator@2bf07c82e1557182582275575c2510f85b6da00a # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | branch/ref name | yes | — |
| sha | commit SHA | yes | — |
Outputs
| name | description |
|---|---|
| docker-image-tag | the Docker image tag |