Skip to content

Commit 1844ac6

Browse files
committed
fix(ci): build/push image after coverage
1 parent 184d6ae commit 1844ac6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
- name: Run coverage
7575
run: npm run cover
7676
build-and-push-image:
77+
name: Build and push container image
7778
runs-on: ubuntu-latest
79+
needs: [coverage]
7880
permissions:
7981
contents: read
8082
packages: write

0 commit comments

Comments
 (0)