diff --git a/.github/workflows/build_images.yml b/.github/workflows/build_images.yml index 4a240c34a..538a912ca 100644 --- a/.github/workflows/build_images.yml +++ b/.github/workflows/build_images.yml @@ -71,7 +71,7 @@ jobs: run: | component_list=$(jq -r '.components | keys | [ .[] | tostring ] | @json' "./build.xml") - echo "::set-output name=list::$component_list" + echo "::set-output name=list::$component_list" build_base: timeout-minutes: 70