ci: fix deploy-to-container script

This commit is contained in:
Nicolas Giard 2024-05-16 16:34:38 -04:00 committed by GitHub
parent a5f44dfafc
commit d344f5fd3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
import Docker from 'dockerode'
import path from 'path'
import fs from 'fs-extra'
import tar from 'tar'
import * as tar from 'tar'
import yargs from 'yargs/yargs'
import { hideBin } from 'yargs/helpers'
import slugify from 'slugify'