We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6edb9 commit c514be0Copy full SHA for c514be0
packages/testcontainers/src/generic-container/generic-container-builder.ts
@@ -61,7 +61,7 @@ export class GenericContainerBuilder {
61
labels[LABEL_TESTCONTAINERS_SESSION_ID] = reaper.sessionId;
62
}
63
64
- log.info(`Building Dockerfile "${dockerfile}" as image "${imageName}"...`);
+ log.info(`Building Dockerfile "${dockerfile}" as image "${imageName.string}"...`);
65
await client.image.build(this.context, {
66
t: imageName.string,
67
dockerfile: this.dockerfileName,
0 commit comments