GithubActionConfiguration interface

Configuration properties that define the mutable settings of a Container App SourceControl

Properties

azureCredentials

AzureCredentials configurations.

contextPath

Context path

githubPersonalAccessToken

One time Github PAT to configure github environment

image

Image name

os

Operation system

publishType

Code or Image

registryInfo

Registry configurations.

runtimeStack

Runtime stack

runtimeVersion

Runtime version

Property Details

azureCredentials

AzureCredentials configurations.

azureCredentials?: AzureCredentials

Property Value

contextPath

Context path

contextPath?: string

Property Value

string

githubPersonalAccessToken

One time Github PAT to configure github environment

githubPersonalAccessToken?: string

Property Value

string

image

Image name

image?: string

Property Value

string

os

Operation system

os?: string

Property Value

string

publishType

Code or Image

publishType?: string

Property Value

string

registryInfo

Registry configurations.

registryInfo?: RegistryInfo

Property Value

runtimeStack

Runtime stack

runtimeStack?: string

Property Value

string

runtimeVersion

Runtime version

runtimeVersion?: string

Property Value

string