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
The entire path and tag are blindly concatenated to the domain and path in registryPrefix to form the full ref that will be used to push the image.
If omitted, the last component of the path and the 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.