namshi / roger

A continuous integration and build server for Docker containers
127 stars 26 forks source link

Fix getting commit from tags #57

Closed JonathanHolvey closed 5 years ago

JonathanHolvey commented 5 years ago

Allow tags (annotated or plain) to be used as branch reference. This fixes the error also reported in #46:

The requested type does not match the type in ODB

Allow GitHub's push webhook event to send tags. This fixes the following error:

fatal: Remote branch refs/heads/1.0.0 not found in upstream origin

odino commented 5 years ago

Thanks! :)