Package version:

Interface GithubActionConfiguration

Configuration properties that define the mutable settings of a Container App SourceControl

interface GithubActionConfiguration {
    azureCredentials?: AzureCredentials;
    buildEnvironmentVariables?: EnvironmentVariable[];
    contextPath?: string;
    dockerfilePath?: string;
    githubPersonalAccessToken?: string;
    image?: string;
    os?: string;
    publishType?: string;
    registryInfo?: RegistryInfo;
    runtimeStack?: string;
    runtimeVersion?: string;
}

Properties

azureCredentials?: AzureCredentials

AzureCredentials configurations.

buildEnvironmentVariables?: EnvironmentVariable[]

List of environment variables to be passed to the build.

contextPath?: string

Context path

dockerfilePath?: string

Dockerfile path

githubPersonalAccessToken?: string

One time Github PAT to configure github environment

image?: string

Image name

os?: string

Operation system

publishType?: string

Code or Image

registryInfo?: RegistryInfo

Registry configurations.

runtimeStack?: string

Runtime stack

runtimeVersion?: string

Runtime version