BuildahAliases.

BuildahPush(ICakeContext, BuildahImagePushSettings, string) Method

Summary

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

Syntax

public static void BuildahPush(this ICakeContext context, BuildahImagePushSettings settings, string imageReference)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void