From 3f0d35cc2ae25d7dceeeaa55505265f105d17021 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sat, 17 Feb 2024 20:27:41 +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 1ebfe0edd..83c3c303e 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -337,9 +337,9 @@ jobs: echo "${cache_to[*]}" echo "::endgroup::" - cache_from=$(printf '"%s",' "${cache_from[@]}") + cache_from=$(printf '%s,' "${cache_from[@]}") cache_from="${cache_from%,}" - cache_to=$(printf '"%s",' "${cache_to[@]}") + cache_to=$(printf '%s,' "${cache_to[@]}") cache_to="${cache_to%,}" echo "cache_from=$cache_from" >> $GITHUB_OUTPUT