Skip to content

Instantly share code, notes, and snippets.

@ankyit
Created January 25, 2021 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankyit/076c1cab09f00ff97653f2facf196beb to your computer and use it in GitHub Desktop.
Save ankyit/076c1cab09f00ff97653f2facf196beb to your computer and use it in GitHub Desktop.
ecr-login.sh
#! /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