Skip to content

Commit 1c6dad9

Browse files
Use digest instead of full image name
1 parent cf76bdb commit 1c6dad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
IMAGE_TAG: ${{ github.event.release.tag_name }}
4848
COMMAND: apply
4949
RUN_LIQUIBASE: 'true'
50-
GDB_EXTRACTOR_IMAGE: ${{ needs.node-build.outputs.gdb_digest }}
50+
GDB_EXTRACTOR_DIGEST: ${{ needs.node-build.outputs.gdb_digest }}
5151

5252
wfprev-ui-dlv:
5353
uses: ./.github/workflows/client-build.yml
@@ -66,7 +66,7 @@ jobs:
6666
IMAGE_TAG: ${{ github.event.release.tag_name }}
6767
COMMAND: apply
6868
RUN_LIQUIBASE: 'true'
69-
GDB_EXTRACTOR_IMAGE: ${{ needs.node-build.outputs.gdb_digest }}
69+
GDB_EXTRACTOR_DIGEST: ${{ needs.node-build.outputs.gdb_digest }}
7070

7171
wfprev-ui-tst:
7272
uses: ./.github/workflows/client-build.yml

0 commit comments

Comments
 (0)