Cloud API Overview > @adpt/cloud > docker > ImageRef > registryTag
docker.ImageRef.registryTag property
The remote tag reference in domain/path:tag
form.
Signature:
readonly registryTag?: string;
Remarks
Undefined if any of domain
, path
, or tag
are unset.
Example
gcr.io/my-project/image:1.0.1