GithubActionConfiguration interface
Vlastnosti konfigurace, které definují proměnlivé nastavení sourcecontrol aplikace kontejneru
Vlastnosti
azure |
Konfigurace AzureCredentials. |
context |
Kontextová cesta |
github |
Jednorázový github PAT pro konfiguraci prostředí GitHubu |
image | Název image |
os | Operační systém |
publish |
Kód nebo obrázek |
registry |
Konfigurace registru. |
runtime |
Zásobník modulu runtime |
runtime |
Verze modulu runtime |
Podrobnosti vlastnosti
azureCredentials
Konfigurace AzureCredentials.
azureCredentials?: AzureCredentials
Hodnota vlastnosti
contextPath
Kontextová cesta
contextPath?: string
Hodnota vlastnosti
string
githubPersonalAccessToken
Jednorázový github PAT pro konfiguraci prostředí GitHubu
githubPersonalAccessToken?: string
Hodnota vlastnosti
string
image
Název image
image?: string
Hodnota vlastnosti
string
os
Operační systém
os?: string
Hodnota vlastnosti
string
publishType
Kód nebo obrázek
publishType?: string
Hodnota vlastnosti
string
registryInfo
runtimeStack
Zásobník modulu runtime
runtimeStack?: string
Hodnota vlastnosti
string
runtimeVersion
Verze modulu runtime
runtimeVersion?: string
Hodnota vlastnosti
string