ci: fix deploy-to-container script
This commit is contained in:
parent
a5f44dfafc
commit
d344f5fd3c
|
@ -3,7 +3,7 @@
|
||||||
import Docker from 'dockerode'
|
import Docker from 'dockerode'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
import fs from 'fs-extra'
|
import fs from 'fs-extra'
|
||||||
import tar from 'tar'
|
import * as tar from 'tar'
|
||||||
import yargs from 'yargs/yargs'
|
import yargs from 'yargs/yargs'
|
||||||
import { hideBin } from 'yargs/helpers'
|
import { hideBin } from 'yargs/helpers'
|
||||||
import slugify from 'slugify'
|
import slugify from 'slugify'
|
||||||
|
|
Loading…
Reference in a new issue