GitHubActionContainerConfiguration Class

The GitHub action container configuration.

Inheritance
GitHubActionContainerConfiguration

Constructor

GitHubActionContainerConfiguration(*, server_url: Optional[str] = None, image_name: Optional[str] = None, username: Optional[str] = None, password: Optional[str] = None, **kwargs)

Parameters

server_url
str
Required

The server URL for the container registry where the build will be hosted.

image_name
str
Required

The image name for the build.

username
str
Required

The username used to upload the image to the container registry.

password
str
Required

The password used to upload the image to the container registry.