This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Docker.
Summary
Push an image or a repository to the registry.
- Assembly
- Cake
.Docker .dll - Namespace
- Cake
.Docker - Containing Type
- DockerAliases
Syntax
public static void DockerPush(this ICakeContext context, string imageReference)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| imageReference | string | The image reference. |
Return Value
| Type | Description |
|---|---|
| void |
