Updated building images workflow

This commit is contained in:
Alexey Pustovalov 2024-02-17 20:27:41 +09:00
parent 858aeb1947
commit 3f0d35cc2a

View File

@ -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