update Readme.md (#866)

This commit is contained in:
Prashant Arya 2019-12-22 04:02:27 +05:30 committed by Cole Wippern
parent 229820550e
commit 4fa1970445
1 changed files with 5 additions and 0 deletions

View File

@ -66,3 +66,8 @@ images:
docker build ${BUILD_ARG} -t $(REGISTRY)/executor:debug -f deploy/Dockerfile_debug .
docker build ${BUILD_ARG} -t $(REGISTRY)/warmer:latest -f deploy/Dockerfile_warmer .
.PHONY: push
push:
docker push $(REGISTRY)/executor:latest
docker push $(REGISTRY)/executor:debug
docker push $(REGISTRY)/warmer:latest