mirror of https://github.com/docker/docs.git
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:
parent
e6661b4c85
commit
f7b7df7c54
|
@ -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
|
repository. Docker Hub webhooks fire when an image is built in, or a new tag
|
||||||
added to, your automated build repository.
|
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
|
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:
|
example webhook below generates an HTTP POST that delivers a JSON payload:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue