Cloud API Overview > @adpt/cloud > docker > RegistryDockerImageProps > newTag
docker.RegistryDockerImageProps.newTag property
Warning: This API is now obsolete.
This prop has been renamed to
newPathTag
. The functionality for both props is the same and if both are set,newPathTag
takes priority.
Path and tag to be used for the image in the new registry in path:tag
or path
format.
Signature:
newTag?: string;
Remarks
If omitted, the path and tag from the source image is used. The newTag should not include the registry hostname/port prefix. If the :tag
portion of path:tag
is omitted, the tag latest
will be used.