diff --git a/docker-hub/webhooks.md b/docker-hub/webhooks.md index 9dcb4cbcb7..40848cf745 100644 --- a/docker-hub/webhooks.md +++ b/docker-hub/webhooks.md @@ -6,15 +6,15 @@ title: Webhooks for automated builds If you have an automated build repository in Docker Hub, you can use Webhooks to cause an action in another application in response to an event in the -repository. Docker Hub webhooks fire when an image is built in, or a new tag +repository. Webhook is a POST request sent to a defined URL which provides the service. Docker Hub webhooks fire when an image is built in, or a new tag is added to, your automated build repository. Configure webhooks on `https://hub.docker.com/r///~/settings/webhooks/`. ![Create Webhook](/docker-hub/images/webhooks.png) -With your webhook, you specify a target URL to POST to. Docker Hub POSTs -the URL with the following payload: +With your webhook, you specify a target URL to POST to. Docker Hub POSTs the URL +with the following payload: ```json {