cytopia/Docker tag action
GitHub Action to create Docker tag based on branch or tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| latest_git_branch | Git branch name which will return "latest" as the Docker tag (default: master). | no | master |
| latest_docker_tag_name | The name for the "latest" Docker tag (default: latest). | no | latest |
| non_latest_docker_tag_prefix | The prefix for all Docker tags, which do not identify as the conventional latest Tag (default: empty) | no | "" |
| non_latest_docker_tag_suffix | The suffix for all Docker tags, which do not identify as the conventional latest Tag (default: empty) | no | "" |
Outputs
| name | description |
|---|---|
| docker-tag | Docker tag to be used |