Skip to content

Commit

Permalink
Update webhooks.md to include tag in payload (docker#3432)
Browse files Browse the repository at this point in the history
  • Loading branch information
glortho authored and Misty Stanley-Jones committed Jun 2, 2017
1 parent 571d235 commit 5fda3f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-hub/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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.
>filtered by IP address.

0 comments on commit 5fda3f9

Please sign in to comment.