Scripts is a repo that contains a few tools to push new images.
-
Make sure your credential is up to date
-
Edit the .env file with info for you image such as version, iamge name etc.
Remember to change the image id to the image you are pushing.
After updating, use terminal go to the main folder and use the following commands:
- login your aws on your docker
make login
- tag your image on your docker
make tag
- create a new repor with infomation from .env
make create
- push the image
make push
Optional: if the repo isn't created properly, you can use delete script to remove it.
make delete