Update webhooks.md to include `tag` in payload (#3432)

This commit is contained in:
Jed Verity 2017-06-02 12:56:50 -04:00 committed by Misty Stanley-Jones
parent 571d2354c8
commit 5fda3f95cb
1 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,8 @@ example webhook below generates an HTTP POST that delivers a JSON payload:
"..." "..."
], ],
"pushed_at": 1.417566161e+09, "pushed_at": 1.417566161e+09,
"pusher": "trustedbuilder" "pusher": "trustedbuilder",
"tag": "latest"
}, },
"repository": { "repository": {
"comment_count": "0", "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 >**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 >[requestb.in](http://requestb.in/). Also note, the Docker Hub server can't be
>filtered by IP address. >filtered by IP address.