diff --git a/specification/resources/apps/models/apps_image_source_spec.yml b/specification/resources/apps/models/apps_image_source_spec.yml index 9f85ceb5..453c658b 100755 --- a/specification/resources/apps/models/apps_image_source_spec.yml +++ b/specification/resources/apps/models/apps_image_source_spec.yml @@ -30,3 +30,11 @@ properties: type: string description: The image digest. Cannot be specified if tag is provided. example: sha256:795e91610e9cccb7bb80893fbabf9c808df7d52ae1f39cd1158618b4a33041ac + + deploy_on_push: + type: object + properties: + enabled: + type: boolean + description: Whether to automatically deploy new images. Can only be used for images hosted in DOCR and can only be used with an image tag, not a specific digest. + example: true \ No newline at end of file