add a docker deploy makefile target to build docker and push the built container in one shot
This commit is contained in:
parent
e465f7af52
commit
296762ce06
3
makefile
3
makefile
@ -82,6 +82,9 @@ docker_push:
|
||||
docker push ${LATEST}
|
||||
docker push ${IMG}
|
||||
|
||||
deploy:
|
||||
docker docker_push
|
||||
|
||||
run:
|
||||
docker run --cap-add sys_ptrace --entrypoint=sh -it bsergean/ws:build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user