From 86ee111fd77f73a6d836ef8f3474d9875737b5a4 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:09:07 +0900 Subject: [PATCH] Update build-images.yaml --- .github/workflows/build-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 421780a7..765bfd89 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -32,7 +32,7 @@ name: Builds and pushes tagged image to DockerHub jobs: generate_build_deps: name: Generate Build Deps - runs-on: ${{ fromJSON('["ubuntu-latest", github.event.inputs.type]')[github.event.inputs.type != ''] }} + runs-on: ${{ fromJSON('["ubuntu-latest", "' + github.event.inputs.type + '"]')[github.event.inputs.type != ''] }} steps: - name: Reclaiming disk space on / by removing dotnet/android/ghc if: ${{ github.event.inputs.type == 'ubuntu-latest' }}