Skip to content

Commit 9a0c547

Browse files
authored
Fix publish issue (#1514)
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 26a6da4 commit 9a0c547

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)