We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f36991 commit 57265d4Copy full SHA for 57265d4
ci/commands/manage-image-lifecycle.ts
@@ -152,11 +152,9 @@ class ImageLifecycleManager {
152
}
153
154
async deployImage(component: Component): Promise<string> {
155
- const manifest = this.getImageManifest(component);
156
let changeSetId: string | null = null;
157
158
console.log(`🚀 Starting deployment for ${component.toUpperCase()}`);
159
- console.log(` Image: ${manifest.remoteImage}`);
160
console.log(` Environment: ${this.config.environment}`);
161
console.log(` Tag: ${this.config.tag}`);
162
0 commit comments