Status badge for tag

Status badges only let you pick a branch form the dropdown list, but my production deployment uses a tag rather then a branch.

Is there anyway to get a status badge for a tag?

2 Likes

I also need the status badge, but for the latest tag on a branch (master).

This is probably not possible using out-of-the-box CircleCI badges, but if you have a web server lurking about, you could do some Python/PHP/whatever to look this up using the CircleCI API, and respond with the appropriate image and MIME type.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.