Cloud API Overview > @adpt/cloud > docker > RegistryDockerImageProps > newPathTag
docker.RegistryDockerImageProps.newPathTag property
Path and tag to be used for the image in the new registry in path:tag
or path
format.
Signature:
newPathTag?: string;
Remarks
If omitted, the path and tag from the source image is used. The newPathTag should not include the registry hostname/port prefix. If the :tag
portion of path:tag
is omitted, the tag latest
will be used.