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

GithubActionConfiguration interface

用于定义容器应用 SourceControl 的可变设置的配置属性

属性

azureCredentials

AzureCredentials 配置。

contextPath

上下文路径

githubPersonalAccessToken

一次性 Github PAT,用于配置 github 环境

image

映像名称

os

操作系统

publishType

代码或图像

registryInfo

注册表配置。

runtimeStack

运行时堆栈

runtimeVersion

运行时版本

属性详细信息

azureCredentials

AzureCredentials 配置。

azureCredentials?: AzureCredentials

属性值

contextPath

上下文路径

contextPath?: string

属性值

string

githubPersonalAccessToken

一次性 Github PAT,用于配置 github 环境

githubPersonalAccessToken?: string

属性值

string

image

映像名称

image?: string

属性值

string

os

操作系统

os?: string

属性值

string

publishType

代码或图像

publishType?: string

属性值

string

registryInfo

注册表配置。

registryInfo?: RegistryInfo

属性值

runtimeStack

运行时堆栈

runtimeStack?: string

属性值

string

runtimeVersion

运行时版本

runtimeVersion?: string

属性值

string