Created
January 25, 2021 08:05
-
-
Save ankyit/076c1cab09f00ff97653f2facf196beb to your computer and use it in GitHub Desktop.
ecr-login.sh
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 characters
#! /bin/bash | |
eval $(aws ecr get-login --no-include-email --region ap-southeast-1 --registry-ids $1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment