Skip to content

Commit d344f5f

Browse files
authored
ci: fix deploy-to-container script
1 parent a5f44df commit d344f5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/deploy-to-container/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import Docker from 'dockerode'
44
import path from 'path'
55
import fs from 'fs-extra'
6-
import tar from 'tar'
6+
import * as tar from 'tar'
77
import yargs from 'yargs/yargs'
88
import { hideBin } from 'yargs/helpers'
99
import slugify from 'slugify'

0 commit comments

Comments
 (0)