Skip to content

Commit

Permalink
fix login
Browse files Browse the repository at this point in the history
  • Loading branch information
atqy committed Aug 16, 2022
1 parent ba8d5ce commit 6fbd27d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"fi\n",
"\n",
"# Get the login command from ECR and execute it directly\n",
"!$(aws ecr get-login --region $region --registry-ids $account --no-include-email)\n",
"$(aws ecr get-login --region $region --registry-ids $account --no-include-email)\n",
"\n",
"# Build the docker image locally with the image name and then push it to ECR\n",
"# with the full name.\n",
Expand Down

0 comments on commit 6fbd27d

Please sign in to comment.