mirror of https://github.com/docker/docs.git
Update webhooks.md to include `tag` in payload (#3432)
This commit is contained in:
parent
571d2354c8
commit
5fda3f95cb
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue