From 632daf9386a00e6177bc59619f0009adcdab404b Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 15 Sep 2021 13:31:56 +0200 Subject: [PATCH] Test --- .github/workflows/build_images.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_images.yml b/.github/workflows/build_images.yml index 39a856be8..d42e55c00 100644 --- a/.github/workflows/build_images.yml +++ b/.github/workflows/build_images.yml @@ -102,7 +102,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Prepare Platform list - id: platform_list + id: platform run: | platform_list=$(jq -r '.os.${{ matrix.os }} | join(",")' "./build.xml") @@ -167,7 +167,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Prepare Platform list - id: platform_list + id: platform run: | platform_list=$(jq -r '.os.${{ matrix.os }} | join(",")' "./build.xml") @@ -245,6 +245,13 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} + - name: Prepare Platform list + id: platform + run: | + platform_list=$(jq -r '.os.${{ matrix.os }} | join(",")' "./build.xml") + + echo ::set-output name=list::$platform_list + - name: Detect Build Base Image id: build_base_image run: |