Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
flostadler committed Jan 6, 2025
1 parent 66e4827 commit 3ddbbdc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions awsx/ecr/image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ export function computeImageFromAsset(
) {
const { repositoryUrl, registryId: inputRegistryId, imageTag, ...dockerInputs } = args ?? {};

const url = new URL("https://" + repositoryUrl); // Add protocol to help it parse
const registryId = inputRegistryId ?? url.hostname.split(".")[0];

pulumi.log.debug(`Building container image at '${JSON.stringify(dockerInputs)}'`, parent);

const imageName = args.imageName
Expand Down

0 comments on commit 3ddbbdc

Please sign in to comment.