Skip to content

Commit 0318b8e

Browse files
authored
add ghcr badge
ghcr.io's api doesn't let you see the pull count so I created [ghcr-pulls](https://github.com/ipitio/ghcr-pulls), a daily scraper that updates the count and makes this badge possible. I noticed that you use ghcr and have a docker hub counter and thought you might find this useful.
1 parent ef30583 commit 0318b8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
<p align="center">
1212
<a href="https://github.com/screego/server/actions?query=workflow%3Abuild">
1313
<img alt="Build Status" src="https://github.com/screego/server/workflows/build/badge.svg">
14-
</a>
14+
</a>
15+
<a href="https://github.com/screego/server/pkgs/container/server">
16+
<img alt="Build Status" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fipitio%2Fghcr-pulls%2Fmaster%2Findex.json&query=%24%5B%3F(%40.owner%3D%3D%22screego%22%20%26%26%20%40.repo%3D%3D%22server%22%20%26%26%20%40.image%3D%3D%22server%22)%5D.pulls&logo=github&label=pulls">
17+
</a>
1518
<a href="https://goreportcard.com/report/github.com/screego/server">
1619
<img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/screego/server">
1720
</a>

0 commit comments

Comments
 (0)