Skip to content

Commit

Permalink
fix(ci): build/push image after coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri committed Oct 19, 2022
1 parent 184d6ae commit 1844ac6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
- name: Run coverage
run: npm run cover
build-and-push-image:
name: Build and push container image
runs-on: ubuntu-latest
needs: [coverage]
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 1844ac6

Please sign in to comment.