Created
August 24, 2021 14:41
-
-
Save chrisgilbert/6d5cd62a5688f90253c6838ca0d3c69b to your computer and use it in GitHub Desktop.
Revisions
-
chrisgilbert created this gist
Aug 24, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ function ecr-login() { aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 761584570493.dkr.ecr.us-east-1.amazonaws.com }