GithubActionConfiguration interface
定義容器應用程式 SourceControl 可變動設定的組態屬性
屬性
azure |
AzureCredentials 組態。 |
context |
內容路徑 |
github |
一次性 Github PAT 來設定 github 環境 |
image | 映像名稱 |
os | 作業系統 |
publish |
程式碼或影像 |
registry |
登錄組態。 |
runtime |
執行階段堆疊 |
runtime |
執行階段版本 |
屬性詳細資料
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
runtimeStack
執行階段堆疊
runtimeStack?: string
屬性值
string
runtimeVersion
執行階段版本
runtimeVersion?: string
屬性值
string