Cloud API Overview > @adpt/cloud > docker > DockerBuildOptions > uniqueTag
docker.DockerBuildOptions.uniqueTag property
If true and the newly built image ID does not match the image ID for prevUniqueTag (or prevUniqeTag is not set), a new unique nameTag is generated for this image (from imageName and imageTag). If true and the newly built image ID does match the image ID for prevUniqueTag, then prevUniqueTag is returned as nameTag. If false, imageName and imageTag are used without modification.
Signature:
uniqueTag?: boolean;