diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc414806..e2e3f15f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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