Skip to content

Instantly share code, notes, and snippets.

@jakedt
Created November 18, 2013 19:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakedt/7533338 to your computer and use it in GitHub Desktop.
Save jakedt/7533338 to your computer and use it in GitHub Desktop.
An example payload for a Quay.io push webhook.
{
"pushed_image_count": 2,
"name": "ubuntu",
"repository":"devtable/ubuntu",
"docker_url": "quay.io/devtable/ubuntu",
"updated_tags": {
"latest": "b750fe79269d2ec9a3c593ef05b4332b1d1a02a62b4accb2c21d589ff2f5f2dc"
},
"namespace": "devtable",
"visibility": "private",
"homepage": "https://quay.io/repository/devtable/ubuntu"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment