restore os.Remove(metadataFile)
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
4893a8b9ad
commit
15c9651a3a
@ -259,6 +259,9 @@ func (s *composeService) doBuildBake(ctx context.Context, project *types.Project
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
defer func() {
|
||||||
|
_ = os.Remove(metadataFile)
|
||||||
|
}()
|
||||||
|
|
||||||
buildx, err := manager.GetPlugin("buildx", s.dockerCli, &cobra.Command{})
|
buildx, err := manager.GetPlugin("buildx", s.dockerCli, &cobra.Command{})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user