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.Buildah.
Summary
Tag an image into a repository.
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