Skip to content

Commit

Permalink
Fix ECR pattern for aws-cn (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored May 9, 2023
1 parent e4dd2ab commit 59212d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ecr-credential-provider-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "ecr-credential-provider",
"matchImages": [
"*.dkr.ecr.*.amazonaws.com",
"*.dkr.ecr.*.amazonaws.cn",
"*.dkr.ecr.*.amazonaws.com.cn",
"*.dkr.ecr-fips.*.amazonaws.com",
"*.dkr.ecr.us-iso-east-1.c2s.ic.gov",
"*.dkr.ecr.us-isob-east-1.sc2s.sgov.gov"
Expand Down

0 comments on commit 59212d4

Please sign in to comment.