docs: Add GHCR badge (#115)
This commit is contained in:
parent
642979e03c
commit
e6c610a4e8
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
[![Build]][build_url]
|
||||
[![Version]][tag_url]
|
||||
[![Size]][tag_url]
|
||||
[![Package]][pkg_url]
|
||||
[![Pulls]][hub_url]
|
||||
|
||||
</div></h1>
|
||||
|
@ -262,8 +263,10 @@ kubectl apply -f kubernetes.yml
|
|||
[build_url]: https://github.com/qemus/qemu-arm/
|
||||
[hub_url]: https://hub.docker.com/r/qemux/qemu-arm/
|
||||
[tag_url]: https://hub.docker.com/r/qemux/qemu-arm/tags
|
||||
[pkg_url]: https://github.com/qemus/qemu-docker/pkgs/container/qemu-arm
|
||||
|
||||
[Build]: https://github.com/qemus/qemu-arm/actions/workflows/build.yml/badge.svg
|
||||
[Size]: https://img.shields.io/docker/image-size/qemux/qemu-arm/latest?color=066da5&label=size
|
||||
[Pulls]: https://img.shields.io/docker/pulls/qemux/qemu-arm.svg?style=flat&label=pulls&logo=docker
|
||||
[Version]: https://img.shields.io/docker/v/qemux/qemu-arm/latest?arch=arm64&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%22qemus%22%20%26%26%20%40.repo%3D%3D%22qemu-arm%22%20%26%26%20%40.image%3D%3D%22qemu-arm%22)%5D.pulls&logo=github&style=flat&color=066da5&label=pulls
|
||||
|
|
Loading…
Reference in a new issue