Updated building images workflow

This commit is contained in:
Alexey Pustovalov 2024-02-17 22:35:47 +09:00
parent c2e6df02f4
commit 37305c1b3c

View File

@ -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<<EOF' >> "$GITHUB_OUTPUT"
echo "$cache_from" >> "$GITHUB_OUTPUT"
echo 'EOF' >> "$GITHUB_OUTPUT"
echo "cache_to=$cache_to" >> $GITHUB_OUTPUT
echo 'cache_to<<EOF' >> "$GITHUB_OUTPUT"
echo "$cache_to" >> "$GITHUB_OUTPUT"
echo 'EOF' >> "$GITHUB_OUTPUT"
- name: Prepare cache data
env: