From 7fc068345d14da380f0b38118588b0d29ee36a11 Mon Sep 17 00:00:00 2001 From: Hamed Karbasi Date: Sat, 17 Feb 2024 20:56:39 +0330 Subject: [PATCH] fix release workflow --- .github/workflows/release.yml | 16 ++++++++-------- README.md | 4 ++++ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb1c7a9..feb7b09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,14 +10,14 @@ jobs: runs-on: ubuntu-latest steps: - - name: Check out the repo - uses: actions/checkout@v3 - - - uses: docker/login-action@v2 - with: - registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + - name: Check out the repo + uses: actions/checkout@v3 + + - uses: docker/login-action@v2 + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/metadata-action@v4 id: meta diff --git a/README.md b/README.md index 7f97cb5..abb0215 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![CI](https://github.com/snapp-incubator/prom-reporter/actions/workflows/ci.yml/badge.svg)](https://github.com/snapp-incubator/prom-reporter/actions/workflows/ci.yml) +[![RELEASE](https://github.com/snapp-incubator/prom-reporter/actions/workflows/release.yml/badge.svg)](https://github.com/snapp-incubator/prom-reporter/actions/workflows/release.yml) + # Prom Reporter This repo provides a reporter to gather insight from desired prometheus metrics.