mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-26 09:43:08 +01:00
Updated building images workflow
This commit is contained in:
parent
414fd663e2
commit
25d35cf870
4
.github/workflows/images_build.yml
vendored
4
.github/workflows/images_build.yml
vendored
@ -340,8 +340,8 @@ jobs:
|
||||
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
|
||||
echo "cache_from=\"$cache_from\"" >> $GITHUB_OUTPUT
|
||||
echo "cache_to=\"$cache_to\"" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Build and publish image
|
||||
id: docker_build
|
||||
|
Loading…
Reference in New Issue
Block a user