Update src/model/docker.ts

Co-authored-by: Webber Takken <webber.nl@gmail.com>
pull/305/head
AndrewKahr 2022-01-24 13:37:44 -08:00 committed by GitHub
parent 377878b5d7
commit 390c97bb84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import * as core from '@actions/core';
import { exec } from '@actions/exec';
import ImageTag from './image-tag';
const fs = require('fs');
import fs from 'fs';
class Docker {
static async build(buildParameters, silent = false) {