cloudposse/Docker promote
Promote docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| organization | Organization | yes | — |
| repository | Repository | yes | — |
| registry | Docker registry | yes | — |
| image_name | Image name (excluding registry). Defaults to {{$organization/$repository}}. | no | "" |
| from | Source tag | no | — |
| to | Target tags | no | — |
| use_metadata | Extract target tags from Git reference and GitHub events | no | true |
| login | Docker login | no | "" |
| password | Docker password | no | "" |
| promote-retry-max-attempts | Promote retry max attempts | no | 3 |
| promote-retry-timeout-seconds | Promote retry timeout seconds | no | 3000 |
| promote-retry-wait-seconds | Promote retry wait seconds | no | 30 |
Outputs
| name | description |
|---|---|
| image | Docker image name |
| tag | Docker image tag |