Get App Spec Job Image
data class GetAppSpecJobImage(val deployOnPushes: List<GetAppSpecJobImageDeployOnPush>, val digest: String? = null, val registry: String? = null, val registryCredentials: String? = null, val registryType: String, val repository: String, val tag: String? = null)
Properties
Link copied to clipboard
Whether to automatically deploy new commits made to the repo.
Link copied to clipboard
Access credentials for third-party registries
Link copied to clipboard
The registry type. One of DOCR
(DigitalOcean container registry) or DOCKER_HUB
.
Link copied to clipboard
The repository name.