Quayd extends the Quay.io <-> GitHub integration. It:
- Accepts WebHooks from Quay.io and creates appropriate GitHub Commit Statuses.
- Tags the Quay.io build with the git sha.
Run quayd to start the server, providing it with a github api token that has the repo scope.
$ quayd -port=8080 -github-token=1234
Now, create some webhooks on Quay.io that POST to "/quayd/<status>"