Skip to content

Commit d486bbb

Browse files
authored
Fix issue find in image build (opea-project#978)
Signed-off-by: chensuyue <[email protected]>
1 parent b0f7c9c commit d486bbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/manual-image-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "nodes=$nodes_json" >> $GITHUB_OUTPUT
4545
4646
image-build:
47-
needs: job1
47+
needs: get-test-matrix
4848
strategy:
4949
matrix:
5050
node: ${{ fromJson(needs.get-test-matrix.outputs.nodes) }}
@@ -54,4 +54,6 @@ jobs:
5454
node: ${{ matrix.node }}
5555
example: ${{ inputs.example }}
5656
services: ${{ inputs.services }}
57+
tag: ${{ inputs.tag }}
58+
opea_branch: ${{ inputs.opea_branch }}
5759
secrets: inherit

0 commit comments

Comments
 (0)