Source Control Github Action Configuration Container Configuration
data class SourceControlGithubActionConfigurationContainerConfiguration(val imageName: String, val registryPassword: String? = null, val registryUrl: String, val registryUsername: String? = null)
Properties
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.