We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52da53e commit ef3e1cdCopy full SHA for ef3e1cd
1 file changed
commands/build.sh
@@ -73,7 +73,7 @@ for service_name in $(plugin_read_list BUILD) ; do
73
[[ -n "${label:-}" ]] && labels+=("${label}")
74
done <<< "$(plugin_read_list BUILD_LABELS)"
75
76
- if [[ -n "${target}" ]] || [[ "${#labels[@]}" -gt 0 ]]|| [[ "${#cache_to[@]}" -gt 0 ]] || [[ "${#cache_from[@]}" -gt 0 ]]; then
+ if [[ -n "${target}" ]] || [[ "${#labels[@]}" -gt 0 ]] || [[ "${#cache_to[@]}" -gt 0 ]] || [[ "${#cache_from[@]}" -gt 0 ]]; then
77
build_images+=("$service_name" "${image_name}" "${target}")
78
79
build_images+=("${#cache_from[@]}")
0 commit comments