通过


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

GithubActionConfiguration interface

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

属性

azureCredentials

AzureCredentials 配置。

dockerfilePath

Docker 文件路径

os

作系统

publishType

代码或图像

registryInfo

注册表配置。

runtimeStack

运行时堆栈

runtimeVersion

运行时版本

属性详细信息

azureCredentials

AzureCredentials 配置。

azureCredentials?: AzureCredentials

属性值

dockerfilePath

Docker 文件路径

dockerfilePath?: string

属性值

string

os

作系统

os?: string

属性值

string

publishType

代码或图像

publishType?: string

属性值

string

registryInfo

注册表配置。

registryInfo?: RegistryInfo

属性值

runtimeStack

运行时堆栈

runtimeStack?: string

属性值

string

runtimeVersion

运行时版本

runtimeVersion?: string

属性值

string