tag_image
Tag a Docker image into a target repository, optionally specifying a tag and forcing the operation.
Instructions
Tag an image into a repository.
args: name - The source image name or id repository - Target repository name tag - Optional tag for the new image force - Force the tag returns: bool - True if the image was tagged
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| name | Yes | ||
| force | No | ||
| repository | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |