Skip to content

Instantly share code, notes, and snippets.

@cwhite92
Created April 28, 2017 21:59
Show Gist options
  • Save cwhite92/cdc7c0ae1c3d6a15b6cee220a89e546b to your computer and use it in GitHub Desktop.
Save cwhite92/cdc7c0ae1c3d6a15b6cee220a89e546b to your computer and use it in GitHub Desktop.
Publish to ECR
docker build -t yourproject/artisan .
docker tag yourproject/artisan:latest 132274109557.dkr.ecr.eu-west-1.amazonaws.com/yourproject/artisan:latest
docker push 132274109557.dkr.ecr.eu-west-1.amazonaws.com/yourproject/artisan:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment