From 8c3f1c2aba87ac829a023e9052dfa9c2c8a1d45c Mon Sep 17 00:00:00 2001 From: deepzz0 Date: Sun, 5 Nov 2017 13:03:52 +0800 Subject: [PATCH] update travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9f75ba9..cd54bfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: script: - glide up - GOOS=linux GOARCH=amd64 go build # 编译版本 - - docker build -t registry.cn-hangzhou.aliyuncs.com/deepzz/eiblog . # 构建镜像 + - docker build -t registry.cn-hangzhou.aliyuncs.com/deepzz/eiblog:$TRAVIS_TAG . # 构建镜像 after_success: # - if [ "$TRAVIS_BRANCH" =~ ^v[0-9](\.[0-9])+.*$ ]; then