You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-10 23:12:02 +02:00
Added dynamic tag name from the current branch
This commit is contained in:
3
Makefile
3
Makefile
@@ -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: build run fixtures tests clean
|
||||||
#all-no-build: run fixtures tests clean
|
#all-no-build: run fixtures tests clean
|
||||||
|
Reference in New Issue
Block a user