From d55856ef5b4fe28f25a985c9733032f3d4fcaf3e Mon Sep 17 00:00:00 2001 From: Liora Milbaum Date: Thu, 23 Nov 2023 17:17:02 +0200 Subject: [PATCH] README badges --- .github/workflows/build-and-push-image.yml | 3 +++ README.md | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index 06f18d3..1b644b9 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -15,6 +15,9 @@ on: workflow_dispatch: +env: + REGISTRY: quay.io + jobs: build-and-push-image: runs-on: ubuntu-latest diff --git a/README.md b/README.md index 5da17ca..9e8be41 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,15 @@ for base operating system updates. ## More information 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/