mirror of https://github.com/linkerd/linkerd2.git
Before building images, create `target` dir if necessary (#11433)
This commit is contained in:
parent
b567bb1e2a
commit
0244282d96
|
@ -92,6 +92,7 @@ See https://github.com/docker/buildx/issues/59 for more details'
|
|||
fi
|
||||
|
||||
log_debug " :; docker buildx $rootdir $cache_params $output_params -t $repo:$tag -f $file $*"
|
||||
mkdir -p target
|
||||
# shellcheck disable=SC2086
|
||||
docker buildx build "$rootdir" $cache_params \
|
||||
$output_params \
|
||||
|
|
Loading…
Reference in New Issue