diff --git a/src/edge/edgeManager.ts b/src/edge/edgeManager.ts index 335bc4ab..e117e00c 100644 --- a/src/edge/edgeManager.ts +++ b/src/edge/edgeManager.ts @@ -584,6 +584,7 @@ export class EdgeManager { repositoryName = await this.inputRepository(module); } imageName = `\${${Utility.getModuleKeyNoPlatform(module, false)}}`; + debugImageName = `\${${Utility.getModuleKeyNoPlatform(module, true)}}`; } else { repositoryName = await this.inputRepository(module); imageName = `\${${Utility.getModuleKeyNoPlatform(module, false)}}`;