You've already forked microservices
mirror of
https://github.com/ebosas/microservices.git
synced 2025-08-24 20:08:55 +02:00
Makefile for pushing images to ECR
This commit is contained in:
3
Makefile
3
Makefile
@@ -2,8 +2,7 @@
|
||||
|
||||
project = microservices
|
||||
services = server cache database backend
|
||||
# Change to your own registry
|
||||
registry = 123456789012.dkr.ecr.us-west-1.amazonaws.com
|
||||
registry = 123456789012.dkr.ecr.us-west-1.amazonaws.com # change registry
|
||||
version ?= latest
|
||||
|
||||
ecr: ecr-build ecr-publish
|
||||
|
Reference in New Issue
Block a user