1
0
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:
ebosas
2021-10-30 20:33:11 +03:00
parent 2538545e29
commit 840834bb20

View File

@@ -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