tag latest image build as 'devel'

This commit is contained in:
Dmitry Rozhkov 2018-06-18 15:42:02 +03:00
parent 418eef2694
commit ba3ec2d6f9

View File

@ -44,6 +44,7 @@ build: $(cmds)
$(images):
docker build -f build/docker/$@.Dockerfile $(DOCKER_ARGS) -t $@:$(TAG) .
docker tag $@:$(TAG) $@:devel
images: $(images)