Updated building images workflow

This commit is contained in:
Alexey Pustovalov 2024-02-18 02:37:12 +09:00
parent 8b342243ff
commit 50b0adbcb0

View File

@ -636,6 +636,7 @@ jobs:
cache_from=$(printf '%s\n' "${cache_from[@]}") cache_from=$(printf '%s\n' "${cache_from[@]}")
cache_to=$(printf '%s\n' "${cache_to[@]}") cache_to=$(printf '%s\n' "${cache_to[@]}")
mkdir -p /tmp/.buildx-build-cache/
echo 'cache_from<<EOF' >> "$GITHUB_OUTPUT" echo 'cache_from<<EOF' >> "$GITHUB_OUTPUT"
echo "$cache_from" >> "$GITHUB_OUTPUT" echo "$cache_from" >> "$GITHUB_OUTPUT"