Skip to content

Commit

Permalink
update Readme.md (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
prary authored and cvgw committed Dec 21, 2019
1 parent 2298205 commit 4fa1970
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4fa1970

Please sign in to comment.