Skip to content

Commit 57265d4

Browse files
committed
fixup: don't need ecr names for deploy
1 parent 4f36991 commit 57265d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/commands/manage-image-lifecycle.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,9 @@ class ImageLifecycleManager {
152152
}
153153

154154
async deployImage(component: Component): Promise<string> {
155-
const manifest = this.getImageManifest(component);
156155
let changeSetId: string | null = null;
157156

158157
console.log(`🚀 Starting deployment for ${component.toUpperCase()}`);
159-
console.log(` Image: ${manifest.remoteImage}`);
160158
console.log(` Environment: ${this.config.environment}`);
161159
console.log(` Tag: ${this.config.tag}`);
162160

0 commit comments

Comments
 (0)