Share via


GithubActionConfiguration interface

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

Properties

azureCredentials

AzureCredentials configurations.

dockerfilePath

Docker file path

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

dockerfilePath

Docker file path

dockerfilePath?: 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