DockerAliases.

DockerPush(ICakeContext, DockerImagePushSettings, string) Method

Summary

Push an image or a repository to the registry with given settings.
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerAliases

Syntax

public static void DockerPush(this ICakeContext context, DockerImagePushSettings settings, string imageReference)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings DockerImagePushSettings The settings.
imageReference string The image reference.

Return Value

Type Description
void