Skip to content

Commit 7e357c2

Browse files
ZePan110dtrawins
authored andcommitted
Fix Build latest images on push event workflow (opea-project#1282)
Signed-off-by: ZePan110 <ze.pan@intel.com> Signed-off-by: Dariusz Trawinski <Dariusz.Trawinski@intel.com>
1 parent 93b82cf commit 7e357c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

6363
image-build:
6464
needs: get-build-matrix
65-
if: ${{ fromJSON(needs.get-build-matrix.outputs.services).length != 0 }}
65+
if: needs.get-build-matrix.outputs.services != '[]'
6666
strategy:
6767
matrix:
6868
service: ${{ fromJSON(needs.get-build-matrix.outputs.services) }}

0 commit comments

Comments
 (0)