Skip to content

Commit bb84b23

Browse files
ZePan110Chingis Yundunov
authored and
Chingis Yundunov
committed
Fix publish issue (opea-project#1514)
Signed-off-by: ZePan110 <ze.pan@intel.com> Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
1 parent 6ced128 commit bb84b23

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)