Table of Contents

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

string

Tag

Image tag.

public string? Tag { get; }

Property Value

string

Methods

WithOwner(string)

Sets the GitHub owner (user or organization).

public GitHubImageOptions WithOwner(string owner)

Parameters

owner string

Returns

GitHubImageOptions

WithTag(string)

Sets the image tag.

public GitHubImageOptions WithTag(string tag)

Parameters

tag string

Returns

GitHubImageOptions