Skip to content
Snippets Groups Projects
Commit 2304a511 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Restore default BuildKit builder

parent f7533cdf
No related branches found
No related tags found
1 merge request!84Resolve "Ddeploy job failing when enforcing labels"
Pipeline #123853 passed
......@@ -30,6 +30,6 @@ done
# generate new image
if [ -n "${label_args+x}" ]; then
run_command="echo \"FROM $image_name\" | DOCKER_BUILDKIT=0 docker build $label_args -t $image_name -"
run_command="echo \"FROM $image_name\" | docker build $label_args -t $image_name -"
eval "$run_command"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment