BuildahAliases.

BuildahLogin(ICakeContext, BuildahRegistryLoginSettings, string) Method

Summary

Register or log in to a Buildah registry. If no server is specified, the Buildah engine default is used.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
BuildahAliases

Syntax

public static void BuildahLogin(this ICakeContext context, BuildahRegistryLoginSettings settings, string server = null)

Attributes

Type Description
NullableContextAttribute
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings BuildahRegistryLoginSettings The settings.
server string The server.

Return Value

Type Description
void