summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Makefile
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2021-02-02 16:46:10 +0300
committerKonstantin Pavlov <thresh@nginx.com>2021-02-02 16:46:10 +0300
commitd4d704bc7f37f457a50b1226165d827a3c2b25e1 (patch)
tree049c7b2ddb8b091284b6fffdebccfbcc18cde881 /pkg/docker/Makefile
parent93ac087e9684c63f82df36f847bf9239e2eb185e (diff)
downloadunit-d4d704bc7f37f457a50b1226165d827a3c2b25e1.tar.gz
unit-d4d704bc7f37f457a50b1226165d827a3c2b25e1.tar.bz2
Docker: reverted 44154b830401.
Automatic synchronisation is now set up, so manual pushes to AWS ECR are discouraged.
Diffstat (limited to 'pkg/docker/Makefile')
-rw-r--r--pkg/docker/Makefile2
1 files changed, 0 insertions, 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 $@