mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-17 10:16:44 +00:00
removed leftover todo comments
This commit is contained in:
@@ -149,7 +149,7 @@ export async function containerBuild(
|
||||
dockerArgs.push('-t', tag)
|
||||
dockerArgs.push('-f', args.dockerfile)
|
||||
dockerArgs.push(getBuildContext(args.dockerfile))
|
||||
// TODO: figure out build working directory
|
||||
|
||||
await runDockerCommand(dockerArgs, {
|
||||
workingDir: getWorkingDir(args.dockerfile)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user