Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hoptical committed Feb 17, 2024
1 parent 4f34b6b commit 7fc0683
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7fc0683

Please sign in to comment.