GitHubActionContainerConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |