We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184d6ae commit 1844ac6Copy full SHA for 1844ac6
1 file changed
.github/workflows/release.yml
@@ -74,7 +74,9 @@ jobs:
74
- name: Run coverage
75
run: npm run cover
76
build-and-push-image:
77
+ name: Build and push container image
78
runs-on: ubuntu-latest
79
+ needs: [coverage]
80
permissions:
81
contents: read
82
packages: write
0 commit comments