Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 711 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 711 Bytes

Quayd Build Status

Quayd extends the Quay.io <-> GitHub integration. It:

  1. Accepts WebHooks from Quay.io and creates appropriate GitHub Commit Statuses.
  2. Tags the Quay.io build with the git sha.

Usage

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>"