Update src/model/docker.ts
Co-authored-by: Webber Takken <webber.nl@gmail.com>pull/305/head
							parent
							
								
									377878b5d7
								
							
						
					
					
						commit
						390c97bb84
					
				|  | @ -1,7 +1,7 @@ | ||||||
| import * as core from '@actions/core'; | import * as core from '@actions/core'; | ||||||
| import { exec } from '@actions/exec'; | import { exec } from '@actions/exec'; | ||||||
| import ImageTag from './image-tag'; | import ImageTag from './image-tag'; | ||||||
| const fs = require('fs'); | import fs from 'fs'; | ||||||
| 
 | 
 | ||||||
| class Docker { | class Docker { | ||||||
|   static async build(buildParameters, silent = false) { |   static async build(buildParameters, silent = false) { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue