Skip to content

Commit 46d73b6

Browse files
ZePan110Chingis Yundunov
authored andcommitted
Fix publish issue (opea-project#1514)
Signed-off-by: ZePan110 <[email protected]> Signed-off-by: Chingis Yundunov <[email protected]>
1 parent 2e02740 commit 46d73b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
publish:
4343
needs: [get-image-list]
44-
if: ${{ fromJSON(needs.get-image-list.outputs.matrix).length != 0 }}
44+
if: ${{ needs.get-image-list.outputs.matrix != '' }}
4545
strategy:
4646
matrix:
4747
image: ${{ fromJSON(needs.get-image-list.outputs.matrix) }}

0 commit comments

Comments
 (0)