你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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