mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-24 05:40:55 +01:00
Updated building images workflow
This commit is contained in:
parent
3f0d35cc2a
commit
c896ebbf3a
2
.github/workflows/images_build.yml
vendored
2
.github/workflows/images_build.yml
vendored
@ -337,7 +337,7 @@ jobs:
|
|||||||
echo "${cache_to[*]}"
|
echo "${cache_to[*]}"
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
cache_from=$(printf '%s,' "${cache_from[@]}")
|
cache_from=$(printf '%s\n' "${cache_from[@]}")
|
||||||
cache_from="${cache_from%,}"
|
cache_from="${cache_from%,}"
|
||||||
cache_to=$(printf '%s,' "${cache_to[@]}")
|
cache_to=$(printf '%s,' "${cache_to[@]}")
|
||||||
cache_to="${cache_to%,}"
|
cache_to="${cache_to%,}"
|
||||||
|
Loading…
Reference in New Issue
Block a user