diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2021-02-02 16:46:10 +0300 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2021-02-02 16:46:10 +0300 |
commit | d4d704bc7f37f457a50b1226165d827a3c2b25e1 (patch) | |
tree | 049c7b2ddb8b091284b6fffdebccfbcc18cde881 /pkg/docker/Makefile | |
parent | 93ac087e9684c63f82df36f847bf9239e2eb185e (diff) | |
download | unit-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/Makefile | 2 |
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 $@ |