BuildahAliases.

BuildahTag(ICakeContext, string, string) Method

Summary

Tag an image into a repository.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
BuildahAliases

Syntax

public static void BuildahTag(this ICakeContext context, string imageReference, string registryReference)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
imageReference string The image reference.
registryReference string The registry reference.

Return Value

Type Description
void