mindhaq/docker tag name
Calculate parameters for tagging a docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 8, 2023
- License
- GPL 3.0
Pinned Snippet
uses: mindhaq/action-docker-tags@c20ee984e9dcb33063b238943f2d297a77368ba6 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project | name of project and docker repo | yes | — |
| task | one of: "prepare" only compute the tag information "push" push tags into docker repo | yes | prepare |
| registry | host for registry. required only for push. | no | — |
| username | username for registry. required only for push. | no | — |
| password | password for registry. required only for push. | no | — |
Outputs
| name | description |
|---|---|
| docker_branch_name | shortened branch name used for tagging, e.g. just "master" |
| docker_version | version string for tags, e.g. "master.e722b2" |
| docker_tag | full tag, e.g. "repo/app:master.e722b2" |