Fix cwl warnings
This MR fixes the CWL warnings (reported in issue #14 (closed)) in the image
workflow (the other workflows were also checked, but no warnings were found). The warnings were due to potential null
values in the output (in practice, such values would never appear due to the jinja
template logic)