Docker: reverted 44154b830401.
Automatic synchronisation is now set up, so manual pushes to AWS ECR are discouraged.
This commit is contained in:
@@ -97,11 +97,9 @@ build-%: Dockerfile.%
|
||||
|
||||
tag-%: build-%
|
||||
docker tag unit:$(VERSION)-$* nginx/unit:$(VERSION)-$*
|
||||
docker tag unit:$(VERSION)-$* public.ecr.aws/nginx/unit:$(VERSION)-$*
|
||||
|
||||
push-%: tag-%
|
||||
docker push nginx/unit:$(VERSION)-$*
|
||||
docker push public.ecr.aws/nginx/unit:$(VERSION)-$*
|
||||
|
||||
$(EXPORT_DIR):
|
||||
mkdir -p $@
|
||||
|
||||
Reference in New Issue
Block a user