Skip to content

Commit 44dd64c

Browse files
Add missing action to build reports generator
1 parent de8cbe1 commit 44dd64c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,15 @@ jobs:
3333
with:
3434
COMPONENT_NAME: wfprev-gdb-extractor
3535
TAG: ${{ github.event.release.tag_name }}
36+
37+
reports-generator-build:
38+
uses: ./.github/workflows/report-generator-image-build.yml
39+
secrets: inherit
40+
with:
41+
TAG: ${{ github.event.release.tag_name }}
3642

3743
deploy-prod:
38-
needs: [tag-builds, node-build]
44+
needs: [tag-builds, node-build, reports-generator-build]
3945
if: ${{ contains(github.event.release.tag_name, '-release') }}
4046
uses: ./.github/workflows/terragrunt-deploy.yml
4147
secrets: inherit

0 commit comments

Comments
 (0)