Skip to content

Commit

Permalink
docs: Add GHCR badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 11, 2024
1 parent fcbfe6d commit 704c822
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Build]][build_url]
[![Version]][tag_url]
[![Size]][tag_url]
[![Package]][pkg_url]
[![Pulls]][hub_url]

</div>
Expand Down Expand Up @@ -119,8 +120,10 @@ Having a straight forward dashboard makes Statping-ng that much better. Quickly
[build_url]: https://github.com/dockur/statping/
[hub_url]: https://hub.docker.com/r/dockurr/statping/
[tag_url]: https://hub.docker.com/r/dockurr/statping/tags
[pkg_url]: https://github.com/dockur/statping/pkgs/container/statping

[Build]: https://github.com/dockur/statping/actions/workflows/builder.yml/badge.svg
[Size]: https://img.shields.io/docker/image-size/dockurr/statping/latest?color=066da5&label=size
[Pulls]: https://img.shields.io/docker/pulls/dockurr/statping.svg?style=flat&label=pulls&logo=docker
[Version]: https://img.shields.io/docker/v/dockurr/statping/latest?arch=amd64&sort=semver&color=066da5
[Package]: 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%22dockur%22%20%26%26%20%40.repo%3D%3D%22statping%22%20%26%26%20%40.image%3D%3D%22statping%22)%5D.pulls&logo=github&style=flat&color=066da5&label=pulls

0 comments on commit 704c822

Please sign in to comment.