Fix Subdir op
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
parent
5b6491aa07
commit
907430d409
@ -234,7 +234,7 @@ func (p *Pipeline) Subdir(ctx context.Context, op *compiler.Value, st llb.State)
|
||||
if err != nil {
|
||||
return st, err
|
||||
}
|
||||
return st.File(
|
||||
return llb.Scratch().File(
|
||||
llb.Copy(
|
||||
st,
|
||||
dir,
|
||||
|
Reference in New Issue
Block a user