nextdoor/Docker Image Retag Action
Pulls a Docker image, tags it, and republishes it back to the registry.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | The fully qualified name of the image you are pulling (repository/namespace/image). | yes | — |
| source_tag | The source image tag to pull (ie, `$sha`) | yes | — |
| dest_tag | The destination tag (the new tag) to create and publish | yes | — |
| verbose | If set to 'true', then the 'set -x' flag will be turned on to help debug the action. | no | false |
| dry | If set to 'true', then the docker image pull will happen and the retag will happen - but no image push will happen. | no | false |
Outputs
no outputs