Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vitr authored Jul 18, 2023
1 parent a7c1c9d commit 653e0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function aws_configure() {

function login() {
echo "== START LOGIN"
LOGIN_COMMAND=$(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION)
LOGIN_COMMAND=$(aws ecr get-login-password --no-include-email --region $AWS_DEFAULT_REGION)
$LOGIN_COMMAND
echo "== FINISHED LOGIN"
}
Expand Down

0 comments on commit 653e0c8

Please sign in to comment.