Skip to content

Commit

Permalink
mid work
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Aug 31, 2024
1 parent d39577a commit b81a4c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 79 deletions.
78 changes: 0 additions & 78 deletions .github/workflows/release-v2-main.yml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/private/handlers/container-images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class ContainerImageAssetHandler implements IAssetHandler {
destinationAlreadyExists: await this.destinationAlreadyExists(ecr, destination, imageUri),
};

return this.init!;
return this.init;
}

/**
Expand Down

0 comments on commit b81a4c6

Please sign in to comment.