Updated building images workflow

This commit is contained in:
Alexey Pustovalov 2024-02-17 22:18:16 +09:00
parent 3a4bfbcd12
commit b42231c45d

View File

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