Skip to content

Commit

Permalink
Remove aws cli installation from ecr public script (#126)
Browse files Browse the repository at this point in the history
Github Actions comes with aws cli out of the box. The version should support ecr public apis now
  • Loading branch information
brycahta committed May 13, 2021
1 parent 6595156 commit 91ca5c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/ecr-public-login
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ function exit_and_fail() {

trap exit_and_fail INT TERM ERR

"${SCRIPTPATH}/install-awscli"

docker login --username AWS --password="$(aws ecr-public get-login-password --region us-east-1)" "${ECR_REGISTRY}"

0 comments on commit 91ca5c6

Please sign in to comment.