Cloud API Overview > @adpt/cloud > docker > LocalDockerImage > pushTo
docker.LocalDockerImage.pushTo() method
Signature:
pushTo(registryUrl: string, newPathTag?: string): Promise<undefined | WithId<ImageRefRegistry>>;
Parameters
Parameter | Type | Description |
---|---|---|
registryUrl | string | |
newPathTag | string |
Returns:
Promise<undefined | WithId<ImageRefRegistry>>