Updated building images workflow

This commit is contained in:
Alexey Pustovalov 2024-02-17 19:17:41 +09:00
parent 1eb6f1f06b
commit 414fd663e2

View File

@ -337,6 +337,9 @@ jobs:
echo "${cache_to[*]}"
echo "::endgroup::"
cache_from=$(printf '%s\n' "${cache_from[@]}")
cache_to=$(printf '%s\n' "${cache_to[@]}")
echo "cache_from=$cache_from" >> $GITHUB_OUTPUT
echo "cache_to=$cache_to" >> $GITHUB_OUTPUT