Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5fda3f9

Browse files
glorthoMisty Stanley-Jones
authored andcommitted
Update webhooks.md to include tag in payload (docker#3432)
1 parent 571d235 commit 5fda3f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-hub/webhooks.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ example webhook below generates an HTTP POST that delivers a JSON payload:
2222
"..."
2323
],
2424
"pushed_at": 1.417566161e+09,
25-
"pusher": "trustedbuilder"
25+
"pusher": "trustedbuilder",
26+
"tag": "latest"
2627
},
2728
"repository": {
2829
"comment_count": "0",
@@ -46,4 +47,4 @@ example webhook below generates an HTTP POST that delivers a JSON payload:
4647

4748
>**Note**: If you want to test your webhook, we recommend using a tool like
4849
>[requestb.in](http://requestb.in/). Also note, the Docker Hub server can't be
49-
>filtered by IP address.
50+
>filtered by IP address.

0 commit comments

Comments
 (0)