We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 128b7f9 + 2ce813a commit 3b1249bCopy full SHA for 3b1249b
2 files changed
.github/workflows/tag-trow.yaml
@@ -2,7 +2,7 @@ name: Release Trow
2
3
on:
4
push:
5
- branch:
+ branches:
6
- main
7
8
jobs:
src/registry/proxy/remote_image/download.rs
@@ -142,9 +142,6 @@ async fn get_oci_client(
142
} else {
143
RegistryAuth::Anonymous
144
}
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)
148
149
150
};
0 commit comments