We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99796e1 commit 6540968Copy full SHA for 6540968
.github/workflows/prerelease.yml
@@ -35,6 +35,12 @@ jobs:
35
COMPONENT_NAME: wfprev-gdb-extractor
36
TAG: ${{ github.event.release.tag_name }}
37
38
+ reports-generator-build:
39
+ uses: ./.github/workflows/report-generator-image-build.yml
40
+ secrets: inherit
41
+ with:
42
+ TAG: ${{ github.event.release.tag_name }}
43
+
44
# include additional steps for DLV, PRD
45
# rename to deploy-wftst, rename environment to tst
46
deploy-wfdlv:
@@ -71,4 +77,4 @@ jobs:
71
77
needs: [deploy-wftst]
72
78
with:
73
79
DEFAULT_APPLICATION_ENVIRONMENT: wftst
74
- secrets: inherit
80
0 commit comments