Cloud API Overview > @adpt/cloud > docker > BuildKitImage > pushTo
docker.BuildKitImage.pushTo() method
Signature:
pushTo({ ref }: {
ref: string;
}): Promise<undefined | WithId<ImageRefRegistry>>;
Parameters
Parameter | Type | Description |
---|---|---|
{ ref } | { ref: string; } |
Returns:
Promise<undefined | WithId<ImageRefRegistry>>