mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-25 04:11:21 +02:00
Merge pull request #1195 from zabbix/trunk_workflow
Updated building images workflow
This commit is contained in:
commit
e4a4796908
3
.github/workflows/images_build.yml
vendored
3
.github/workflows/images_build.yml
vendored
@ -337,6 +337,9 @@ jobs:
|
||||
echo "${cache_to[*]}"
|
||||
echo "::endgroup::"
|
||||
|
||||
cache_from=$(printf '%s\n' "${cache_from[@]}")
|
||||
cache_to=$(printf '%s\n' "${cache_to[@]}")
|
||||
|
||||
echo "cache_from=$cache_from" >> $GITHUB_OUTPUT
|
||||
echo "cache_to=$cache_to" >> $GITHUB_OUTPUT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user