Skip to content

Commit

Permalink
fix(ci): cleanup ii (#78)
Browse files Browse the repository at this point in the history
* Fix prod workflow

* Readme badges
  • Loading branch information
DerekRoberts authored Mar 12, 2024
1 parent 726a121 commit c8b6620
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ jobs:
with:
registry: ghcr.io
repository: ${{ github.repository }}/${{ matrix.package }}
target: test
tags: prod
target: ${{ needs.vars.outputs.pr }}
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- PROJECT SHIELDS -->

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=bcgov_nr-hydrometric-rating-curve&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=bcgov_nr-hydrometric-rating-curve)
[![Merge to Main](https://github.com/bcgov/nr-hydrometric-rating-curve/actions/workflows/merge-main.yml/badge.svg)](https://github.com/bcgov/nr-hydrometric-rating-curve/actions/workflows/merge-main.yml)
[![Unit Tests and Analysis](https://github.com/bcgov/nr-hydrometric-rating-curve/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/bcgov/nr-hydrometric-rating-curve/actions/workflows/unit-tests.yml)
[![Analysis](https://github.com/bcgov/nr-hydrometric-rating-curve/actions/workflows/analysis.yml/badge.svg)](https://github.com/bcgov/nr-hydrometric-rating-curve/actions/workflows/analysis.yml)
[![Merge](https://github.com/bcgov/nr-hydrometric-rating-curve/actions/workflows/merge.yml/badge.svg)](https://github.com/bcgov/nr-hydrometric-rating-curve/actions/workflows/merge.yml)
[![Release](https://github.com/bcgov/nr-hydrometric-rating-curve/actions/workflows/prod.yml/badge.svg)](https://github.com/bcgov/nr-hydrometric-rating-curve/actions/workflows/prod.yml)
[![Scheduled](https://github.com/bcgov/nr-hydrometric-rating-curve/actions/workflows/scheduled.yml/badge.svg)](https://github.com/bcgov/nr-hydrometric-rating-curve/actions/workflows/scheduled.yml)

[![Issues](https://img.shields.io/github/issues/bcgov/nr-hydrometric-rating-curve)](/../../issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/bcgov/nr-hydrometric-rating-curve)](/../../pulls)
Expand All @@ -20,4 +21,4 @@ save and compare results from previous sessions.
NHC (Tyler De Jong, Tobias Müller), ENV X

###### Updated
2023-03-31
2023-03-31

0 comments on commit c8b6620

Please sign in to comment.