GithubActionConfiguration interface
定义容器应用 SourceControl 的可变设置的配置属性
属性
| azure |
AzureCredentials 配置。 |
| context |
上下文路径 |
| github |
一次性配置 github 环境的 Github PAT |
| image | 映像名称 |
| os | 作系统 |
| publish |
代码或图像 |
| registry |
注册表配置。 |
| runtime |
运行时堆栈 |
| runtime |
运行时版本 |
属性详细信息
azureCredentials
contextPath
上下文路径
contextPath?: string
属性值
string
githubPersonalAccessToken
一次性配置 github 环境的 Github PAT
githubPersonalAccessToken?: string
属性值
string
image
映像名称
image?: string
属性值
string
os
作系统
os?: string
属性值
string
publishType
代码或图像
publishType?: string
属性值
string
registryInfo
runtimeStack
运行时堆栈
runtimeStack?: string
属性值
string
runtimeVersion
运行时版本
runtimeVersion?: string
属性值
string