Skip to content

Commit ea6fd4a

Browse files
committed
branch based docker image tag
1 parent a4545c8 commit ea6fd4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ python:
77
install:
88
- pip install . --process-dependency-links
99
script:
10-
- docker build -t recast/control-center:githead .
10+
- docker build -t recast/control-center:git-"$TRAVIS_BRANCH" .
1111
- docker login -u $DOCKERLOGIN -p $DOCKERPW
12-
- docker push recast/control-center:githead
12+
- docker push recast/control-center:git-"$TRAVIS_BRANCH"
1313
env:
1414
global:
1515
- secure: GqPSJoE2XgtVP1DFML9ktzGWQKxm3h4iPOoAjixQWIP+mXwhc535Rp2ZVubhPv75vU2tolwle6fwoXg3rFmZCTuR/BidbLsnJ5fi2ee2iIvW4mpKeB1iWHNI9DMwiLK6rLH+vnyprQB068PB0e0YwaXqUbREKo/GUCYyAWEovsY=

0 commit comments

Comments
 (0)