mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-30 06:40:22 +02:00
Updated building images workflow
This commit is contained in:
parent
c2e6df02f4
commit
37305c1b3c
5
.github/workflows/images_build.yml
vendored
5
.github/workflows/images_build.yml
vendored
@ -340,12 +340,13 @@ jobs:
|
||||
|
||||
cache_from=$(printf '%s\n' "${cache_from[@]}")
|
||||
cache_to=$(printf '%s\n' "${cache_to[@]}")
|
||||
cache_to="${cache_to//$'\n'/'%0A'}"
|
||||
|
||||
echo 'cache_from<<EOF' >> "$GITHUB_OUTPUT"
|
||||
echo "$cache_from" >> "$GITHUB_OUTPUT"
|
||||
echo 'EOF' >> "$GITHUB_OUTPUT"
|
||||
echo "cache_to=$cache_to" >> $GITHUB_OUTPUT
|
||||
echo 'cache_to<<EOF' >> "$GITHUB_OUTPUT"
|
||||
echo "$cache_to" >> "$GITHUB_OUTPUT"
|
||||
echo 'EOF' >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Prepare cache data
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user