Skip to content

Commit 3b1249b

Browse files
Merge pull request #3 from amagioss/amagi-public-ecr-support
Amagi public ecr support
2 parents 128b7f9 + 2ce813a commit 3b1249b

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/tag-trow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Trow
22

33
on:
44
push:
5-
branch:
5+
branches:
66
- main
77

88
jobs:

src/registry/proxy/remote_image/download.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ async fn get_oci_client(
142142
} else {
143143
RegistryAuth::Anonymous
144144
}
145-
} else if REGEX_PRIVATE_ECR.is_match(host) {
146-
let passwd = get_aws_ecr_password_from_env(host).await?;
147-
RegistryAuth::Basic("AWS".to_string(), passwd)
148145
} else {
149146
RegistryAuth::Anonymous
150147
};

0 commit comments

Comments
 (0)