Update webhooks.md (#4153)

Adding a link to where this can be configured. It's not obvious that you have to leave Cloud and go to Hub to config this.
This commit is contained in:
Harald Nordgren 2017-08-11 18:47:10 +02:00 committed by Misty Stanley-Jones
parent e6661b4c85
commit f7b7df7c54
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ 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
added to, your automated build repository.
Configure webhooks on https://hub.docker.com/r/<USERNAME>/<REPOSITORY>/~/settings/webhooks/.
With your webhook, you specify a target URL and a JSON payload to deliver. The
example webhook below generates an HTTP POST that delivers a JSON payload: