mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-16 01:36:45 +00:00
format applied
This commit is contained in:
@@ -57,8 +57,10 @@ describe('run container step with docker build', () => {
|
||||
await testHelper.createContainerRegistry()
|
||||
|
||||
process.env.ACTIONS_RUNNER_CONTAINER_HOOKS_REGISTRY_HOST = registryName
|
||||
process.env.ACTIONS_RUNNER_CONTAINER_HOOKS_REGISTRY_PORT = registryPort.toString()
|
||||
process.env.ACTIONS_RUNNER_CONTAINER_HOOKS_REGISTRY_NODE_PORT = nodePort.toString()
|
||||
process.env.ACTIONS_RUNNER_CONTAINER_HOOKS_REGISTRY_PORT =
|
||||
registryPort.toString()
|
||||
process.env.ACTIONS_RUNNER_CONTAINER_HOOKS_REGISTRY_NODE_PORT =
|
||||
nodePort.toString()
|
||||
const actionPath = testHelper.initializeDockerAction()
|
||||
const data = JSON.parse(JSON.stringify(runContainerStepData))
|
||||
data.args.dockerfile = `${actionPath}/Dockerfile`
|
||||
|
||||
Reference in New Issue
Block a user