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",
|
||||||
|
|
Loading…
Reference in New Issue