mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-14 08:36:45 +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)
|
||||
})
|
||||
|
||||
@@ -139,7 +139,6 @@ function generateResponseFile(
|
||||
servicesMetadata?: ContainerMetadata[],
|
||||
isAlpine = false
|
||||
): void {
|
||||
// todo figure out if we are alpine
|
||||
const response = {
|
||||
state: { network: networkName },
|
||||
context: {},
|
||||
|
||||
Reference in New Issue
Block a user