Cloud API Overview > @adpt/cloud > docker > ImageRef > pathTag
docker.ImageRef.pathTag property
The image path (not including any registry) and image tag. Returns undefined if either path
or tag
are not set.
Signature:
readonly pathTag?: string;
Example
my-project/image:1.0.1