Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tag
1 parent 571d235 commit 5fda3f9Copy full SHA for 5fda3f9
docker-hub/webhooks.md
@@ -22,7 +22,8 @@ example webhook below generates an HTTP POST that delivers a JSON payload:
22
"..."
23
],
24
"pushed_at": 1.417566161e+09,
25
- "pusher": "trustedbuilder"
+ "pusher": "trustedbuilder",
26
+ "tag": "latest"
27
},
28
"repository": {
29
"comment_count": "0",
@@ -46,4 +47,4 @@ example webhook below generates an HTTP POST that delivers a JSON payload:
46
47
48
>**Note**: If you want to test your webhook, we recommend using a tool like
49
>[requestb.in](http://requestb.in/). Also note, the Docker Hub server can't be
->filtered by IP address.
50
+>filtered by IP address.
0 commit comments