GithubActionConfiguration interface
Configuration properties that define the mutable settings of a Container App SourceControl
Properties
| azure |
AzureCredentials configurations. |
| dockerfile |
Docker file path |
| os | Operation system |
| publish |
Code or Image |
| registry |
Registry configurations. |
| runtime |
Runtime stack |
| runtime |
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
runtimeStack
Runtime stack
runtimeStack?: string
Property Value
string
runtimeVersion
Runtime Version
runtimeVersion?: string
Property Value
string