Merge pull request #1197 from zabbix/trunk_workflow

Updated building images workflow
This commit is contained in:
Alexey Pustovalov 2024-02-17 19:42:17 +09:00 committed by GitHub
commit ce516ad8d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -337,8 +337,8 @@ jobs:
echo "${cache_to[*]}"
echo "::endgroup::"
cache_from=$(printf '%s\n' "${cache_from[@]}")
cache_to=$(printf '%s\n' "${cache_to[@]}")
cache_from=$(printf '%s\n' "${cache_from[@]}" | jq -R . | jq -s --compact-output .)
cache_to=$(printf '%s\n' "${cache_to[@]}" | jq -R . | jq -s --compact-output .)
echo "cache_from=\"$cache_from\"" >> $GITHUB_OUTPUT
echo "cache_to=\"$cache_to\"" >> $GITHUB_OUTPUT