mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-25 14:21:05 +01:00
Updated building images workflow
This commit is contained in:
parent
8b342243ff
commit
50b0adbcb0
1
.github/workflows/images_build.yml
vendored
1
.github/workflows/images_build.yml
vendored
@ -636,6 +636,7 @@ jobs:
|
|||||||
|
|
||||||
cache_from=$(printf '%s\n' "${cache_from[@]}")
|
cache_from=$(printf '%s\n' "${cache_from[@]}")
|
||||||
cache_to=$(printf '%s\n' "${cache_to[@]}")
|
cache_to=$(printf '%s\n' "${cache_to[@]}")
|
||||||
|
mkdir -p /tmp/.buildx-build-cache/
|
||||||
|
|
||||||
echo 'cache_from<<EOF' >> "$GITHUB_OUTPUT"
|
echo 'cache_from<<EOF' >> "$GITHUB_OUTPUT"
|
||||||
echo "$cache_from" >> "$GITHUB_OUTPUT"
|
echo "$cache_from" >> "$GITHUB_OUTPUT"
|
||||||
|
Loading…
Reference in New Issue
Block a user