SourceControlGithubActionConfigurationContainerConfiguration

data class SourceControlGithubActionConfigurationContainerConfiguration(val imageName: String, val registryPassword: String? = null, val registryUrl: String, val registryUsername: String? = null)

Constructors

constructor(imageName: String, registryPassword: String? = null, registryUrl: String, registryUsername: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The image name for the build. Changing this forces a new resource to be created.

Link copied to clipboard

The password used to upload the image to the container registry. Changing this forces a new resource to be created.

Link copied to clipboard

The server URL for the container registry where the build will be hosted. Changing this forces a new resource to be created.

Link copied to clipboard

The username used to upload the image to the container registry. Changing this forces a new resource to be created.