mirror of https://github.com/docker/docs.git
Update webhooks.md
This commit is contained in:
parent
4187d1c313
commit
989c7215b3
|
@ -7,7 +7,7 @@ title: Webhooks for automated builds
|
||||||
If you have an automated build repository in Docker Hub, you can use Webhooks to
|
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
|
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.
|
is added to, your automated build repository.
|
||||||
|
|
||||||
Configure webhooks on `https://hub.docker.com/r/<USERNAME>/<REPOSITORY>/~/settings/webhooks/`.
|
Configure webhooks on `https://hub.docker.com/r/<USERNAME>/<REPOSITORY>/~/settings/webhooks/`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue