From 220eb7f54ed49ee5ac050f60187f9cf139700152 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sat, 17 Feb 2024 19:41:44 +0900 Subject: [PATCH] Updated building images workflow --- .github/workflows/images_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index e58d9f84a..f52a8fee8 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -337,8 +337,8 @@ jobs: echo "${cache_to[*]}" echo "::endgroup::" - cache_from=$(printf '%s\n' "${cache_from[@]}") - cache_to=$(printf '%s\n' "${cache_to[@]}") + cache_from=$(printf '%s\n' "${cache_from[@]}" | jq -R . | jq -s --compact-output .) + cache_to=$(printf '%s\n' "${cache_to[@]}" | jq -R . | jq -s --compact-output .) echo "cache_from=\"$cache_from\"" >> $GITHUB_OUTPUT echo "cache_to=\"$cache_to\"" >> $GITHUB_OUTPUT