GitHubActionContainerConfiguration Class

Definition

The GitHub action container configuration.

public class GitHubActionContainerConfiguration
type GitHubActionContainerConfiguration = class
Public Class GitHubActionContainerConfiguration
Inheritance
GitHubActionContainerConfiguration

Constructors

GitHubActionContainerConfiguration()

Initializes a new instance of the GitHubActionContainerConfiguration class.

GitHubActionContainerConfiguration(String, String, String, String)

Initializes a new instance of the GitHubActionContainerConfiguration class.

Properties

ImageName

Gets or sets the image name for the build.

Password

Gets or sets the password used to upload the image to the container registry.

ServerUrl

Gets or sets the server URL for the container registry where the build will be hosted.

Username

Gets or sets the username used to upload the image to the container registry.

Applies to