AWS fixes

pull/218/head
Frostebite 2021-01-31 19:53:05 +00:00
parent a62b75b435
commit 068e9ee260
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -25,6 +25,7 @@ async function action() {
// default and local case
default:
core.info('Building locally');
// Build docker image
// TODO: No image required (instead use a version published to dockerhub for the action, supply credentials for github cloning)
builtImage = await Docker.build({ path: actionFolder, dockerfile, baseImage });