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