Added dynamic tag name from the current branch

This commit is contained in:
Thomas VIAL 2016-04-12 09:48:12 +02:00
parent d460b817ce
commit 1db622cab9

View file

@ -1,4 +1,5 @@
NAME = tvial/docker-mailserver:dovecot
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
NAME = tvial/docker-mailserver:$(BRANCH)
# all: build run fixtures tests clean
#all-no-build: run fixtures tests clean