update Readme.md (#866)
This commit is contained in:
parent
229820550e
commit
4fa1970445
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue