aws-actions / aws-codebuild-run-build

Run an AWS CodeBuild project as a step in a GitHub Actions workflow job.
https://aws.amazon.com/codebuild
Apache License 2.0
275 stars 140 forks source link

Unable to use private ECR repo without image-pull-credentials-type-override #140

Closed jpaas closed 1 year ago

jpaas commented 1 year ago

I'm using image-override to pull from a private ECR repo, but it doesn't work unless I can set image-pull-credentials-type-override to SERVICE_ROLE.