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 a manifest list to a repository
Syntax
public static void DockerManifestPush(this ICakeContext context, DockerManifestPushSettings settings, string manifestList)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
ExperimentalAttribute |
Declares settings or command as experimental
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
DockerManifestPushSettings |
The settings. |
manifestList |
string |
MANIFEST_LIST |
Return Value