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 c9b626b commit 078c675Copy full SHA for 078c675
packages/cli-v3/src/deploy/buildImage.ts
@@ -412,11 +412,6 @@ async function localBuildImage(options: SelfHostedBuildImageOptions): Promise<Bu
412
const push = shouldPush(options.imageTag, options.push);
413
const load = shouldLoad(options.load, push);
414
415
- console.log("imageTag", options.imageTag);
416
- console.log("apiUrl", apiUrl);
417
- console.log("push", push);
418
- console.log("load", load);
419
-
420
await ensureQemuRegistered(options.imagePlatform);
421
422
const args = [
0 commit comments