From 37305c1b3c6350e495e35d75a622b22dcac33c45 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sat, 17 Feb 2024 22:35:47 +0900 Subject: [PATCH] Updated building images workflow --- .github/workflows/images_build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index 10593d39b..d8922bd86 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -340,12 +340,13 @@ jobs: cache_from=$(printf '%s\n' "${cache_from[@]}") cache_to=$(printf '%s\n' "${cache_to[@]}") - cache_to="${cache_to//$'\n'/'%0A'}" echo 'cache_from<> "$GITHUB_OUTPUT" echo "$cache_from" >> "$GITHUB_OUTPUT" echo 'EOF' >> "$GITHUB_OUTPUT" - echo "cache_to=$cache_to" >> $GITHUB_OUTPUT + echo 'cache_to<> "$GITHUB_OUTPUT" + echo "$cache_to" >> "$GITHUB_OUTPUT" + echo 'EOF' >> "$GITHUB_OUTPUT" - name: Prepare cache data env: