diff --git a/.github/workflows/push-image-build.yml b/.github/workflows/push-image-build.yml index 67389a3cd..51a2a88b7 100644 --- a/.github/workflows/push-image-build.yml +++ b/.github/workflows/push-image-build.yml @@ -62,7 +62,7 @@ jobs: image-build: needs: get-build-matrix - if: ${{ fromJSON(needs.get-build-matrix.outputs.services).length != 0 }} + if: needs.get-build-matrix.outputs.services != '[]' strategy: matrix: service: ${{ fromJSON(needs.get-build-matrix.outputs.services) }}