diff --git a/Makefile b/Makefile index 452adca2..be9ae042 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ ifeq (${TRAVIS_TAG}, ) BASE_TAG = ci export BASE_TAG else - BASE_TAG = ${TRAVIS_TAG#v} + BASE_TAG = $(TRAVIS_TAG:v%=%) export BASE_TAG endif