Skip to content

Commit

Permalink
apps: add deploy_on_push to image source spec. (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Oct 12, 2023
1 parent 9d239ea commit 5296e9e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5296e9e

Please sign in to comment.