diff --git a/.github/workflows/build_images.yml b/.github/workflows/build_images.yml index de18213d5..ddaefda7c 100644 --- a/.github/workflows/build_images.yml +++ b/.github/workflows/build_images.yml @@ -236,7 +236,7 @@ jobs: run: | platform_list=$(jq -r '.os.${{ matrix.os }} | join(",")' "./build.xml") - echo ::set-output name=list::${DOCKER_PLATFORM} + echo ::set-output name=list::$platform_list - name: Prepare environment (push) if: github.event_name == 'push'