fix(ci): build/push image after coverage

This commit is contained in:
Ricardo Arturo Cabral Mejia
2022-10-19 00:18:23 -04:00
parent 127eff127c
commit 57f0f388ec

View File

@@ -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