mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-02 19:09:21 +01:00
Updated building images workflow
This commit is contained in:
parent
25d35cf870
commit
220eb7f54e
4
.github/workflows/images_build.yml
vendored
4
.github/workflows/images_build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user