Skip to content
Snippets Groups Projects
Commit cad93d11 authored by Iñigo Moreno i Caireta's avatar Iñigo Moreno i Caireta
Browse files

Try disabling buildkit in enforce_labels

parent 5f6e2f7c
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,6 @@ done ...@@ -30,6 +30,6 @@ done
# generate new image # generate new image
if [ -n "${label_args+x}" ]; then if [ -n "${label_args+x}" ]; then
run_command="echo \"FROM $image_name\" | docker build $label_args -t $image_name -" run_command="echo \"FROM $image_name\" | DOCKER_BUILDKIT=0 docker build $label_args -t $image_name --pull=false -"
eval "$run_command" eval "$run_command"
fi 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