GithubActionConfiguration interface
Configuration properties that define the mutable settings of a Container App SourceControl
Properties
azure |
AzureCredentials configurations. |
context |
Context path |
github |
One time Github PAT to configure github environment |
image | Image name |
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
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
runtimeStack
Runtime stack
runtimeStack?: string
Property Value
string
runtimeVersion
Runtime version
runtimeVersion?: string
Property Value
string