You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dealing with any kind of access is always tricky. This is a script that's running inside a Docker image, so the login is likely getting lost somewhere.
There is this section in the Amazon ECR Login action that might help you get the credentials to login to the OCI repo inside our action block? Maybe?
I think that might solve it or at least push you closer to a solution. If it does, we might want to add that as an example in the README.
I'm trying to deploy my local
Chart.yaml
but it has a dependency reference to a private ECR registry:Even though i'm assuming a role and logging into ECR:
I receive this error:
pull access denied, repository does not exist or may require authorization: authorization failed: no basic auth credentials
The text was updated successfully, but these errors were encountered: