Class GitHubImageOptions
- Namespace
- Ando.Operations
- Assembly
- ando.dll
Options for pushing a Docker image to GitHub Container Registry.
public class GitHubImageOptions
- Inheritance
-
GitHubImageOptions
- Inherited Members
Properties
Owner
GitHub owner (user or organization).
public string? Owner { get; }
Property Value
Tag
Image tag.
public string? Tag { get; }
Property Value
Methods
WithOwner(string)
Sets the GitHub owner (user or organization).
public GitHubImageOptions WithOwner(string owner)
Parameters
ownerstring
Returns
WithTag(string)
Sets the image tag.
public GitHubImageOptions WithTag(string tag)
Parameters
tagstring