mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Updated building images workflow
This commit is contained in:
4
.github/workflows/images_build.yml
vendored
4
.github/workflows/images_build.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user