awslabs / amazon-ecr-credential-helper

Automatically gets credentials for Amazon ECR on docker push/docker pull

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Releases are not properly created (missing `assets`)

planeiii-te opened this issue · comments

This makes the helper more complicated to install programmatically.

Consider a release of the GitHub CLI. There are 20+ assets listed compared to a release of this helper.

This can also be viewed view the CLI:

➜  meh gh api /repos/cli/cli/releases/latest | jq '.assets | length'
18
➜  meh gh api /repos/awslabs/amazon-ecr-credential-helper/releases/latest | jq '.assets | length'
0