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 9798994 commit 83d2f38Copy full SHA for 83d2f38
.github/workflows/prerelease.yml
@@ -39,6 +39,7 @@ jobs:
39
IMAGE_TAG: ${{ github.event.release.tag_name }}
40
COMMAND: apply
41
RUN_LIQUIBASE: 'true'
42
+ GDB_EXTRACTOR_IMAGE: ${{ needs.node-build.outputs.gdb_digest }}
43
44
wfprev-ui:
45
uses: ./.github/workflows/client-build.yml
0 commit comments