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 cf76bdb commit 1c6dad9Copy full SHA for 1c6dad9
.github/workflows/prerelease.yml
@@ -47,7 +47,7 @@ jobs:
47
IMAGE_TAG: ${{ github.event.release.tag_name }}
48
COMMAND: apply
49
RUN_LIQUIBASE: 'true'
50
- GDB_EXTRACTOR_IMAGE: ${{ needs.node-build.outputs.gdb_digest }}
+ GDB_EXTRACTOR_DIGEST: ${{ needs.node-build.outputs.gdb_digest }}
51
52
wfprev-ui-dlv:
53
uses: ./.github/workflows/client-build.yml
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
wfprev-ui-tst:
72
0 commit comments