diff --git a/docker-hub/webhooks.md b/docker-hub/webhooks.md index ac3e94e0c3..4aa4364543 100644 --- a/docker-hub/webhooks.md +++ b/docker-hub/webhooks.md @@ -22,7 +22,8 @@ example webhook below generates an HTTP POST that delivers a JSON payload: "..." ], "pushed_at": 1.417566161e+09, - "pusher": "trustedbuilder" + "pusher": "trustedbuilder", + "tag": "latest" }, "repository": { "comment_count": "0", @@ -46,4 +47,4 @@ example webhook below generates an HTTP POST that delivers a JSON payload: >**Note**: If you want to test your webhook, we recommend using a tool like >[requestb.in](http://requestb.in/). Also note, the Docker Hub server can't be ->filtered by IP address. \ No newline at end of file +>filtered by IP address.