From d344f5fd3c0a6db28fa1aadd1c68a538d3a45b50 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Thu, 16 May 2024 16:34:38 -0400 Subject: [PATCH] ci: fix deploy-to-container script --- dev/deploy-to-container/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/deploy-to-container/cli.js b/dev/deploy-to-container/cli.js index 2912c98fd..4aee7ba1e 100644 --- a/dev/deploy-to-container/cli.js +++ b/dev/deploy-to-container/cli.js @@ -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'