共用方式為


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