From d4d704bc7f37f457a50b1226165d827a3c2b25e1 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Tue, 2 Feb 2021 16:46:10 +0300 Subject: [PATCH] Docker: reverted 44154b830401. Automatic synchronisation is now set up, so manual pushes to AWS ECR are discouraged. --- pkg/docker/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile index 44fb5443..00625526 100644 --- a/pkg/docker/Makefile +++ b/pkg/docker/Makefile @@ -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 $@