Skip to content

Commit

Permalink
updated aws_ecr_docker_login.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Dec 16, 2024
1 parent dc55ded commit 7e98c45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions aws/aws_ecr_docker_login.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

# shellcheck disable=SC2034,SC2154
usage_description="
Authenticate Docker to AWS ECR
Authenticates Docker to AWS ECR, inferring the ECR registry from the current AWS Account ID and Region
If \$AWS_ACCOUNT_ID and \$AWS_DEFAULT_REGION are not set in the environment,
tries to infer them from the current AWS config
If \$AWS_ACCOUNT_ID and \$AWS_DEFAULT_REGION are not set in the environment, tries to infer them from the current AWS config
$usage_aws_cli_required, and also Docker must be installed
"
Expand Down

0 comments on commit 7e98c45

Please sign in to comment.