README badges
This commit is contained in:
parent
944663f3e7
commit
d55856ef5b
|
|
@ -15,6 +15,9 @@ on:
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
env:
|
||||||
|
REGISTRY: quay.io
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-image:
|
build-and-push-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
12
README.md
12
README.md
|
|
@ -19,3 +19,15 @@ for base operating system updates.
|
||||||
## More information
|
## More information
|
||||||
|
|
||||||
See the [project documentation](https://centos.github.io/centos-bootc/).
|
See the [project documentation](https://centos.github.io/centos-bootc/).
|
||||||
|
|
||||||
|
## Badges
|
||||||
|
|
||||||
|
| Badge | Description | Service |
|
||||||
|
| ----------------------- | -------------------- | ------------ |
|
||||||
|
| [![Renovate][1]][2] | Dependencies | Renovate |
|
||||||
|
| [![Pre-commit][3]][4] | Static quality gates | pre-commit |
|
||||||
|
|
||||||
|
[1]: https://img.shields.io/badge/renovate-enabled-brightgreen?logo=renovate
|
||||||
|
[2]: https://renovatebot.com
|
||||||
|
[3]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
|
||||||
|
[4]: https://pre-commit.com/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue