Skip to content

Commit a4f6cdc

Browse files
author
Dan
committed
Updated travis config
1 parent fc1d2cf commit a4f6cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ after_success:
4747
cd docker &&
4848
docker build -t ikuosu/influxgraph . &&
4949
docker push ikuosu/influxgraph:${TRAVIS_TAG};
50+
docker push ikuosu/influxgraph;
5051
elif [ "$TRAVIS_BRANCH" == "master" ]; then
5152
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" &&
5253
cd docker &&

0 commit comments

Comments
 (0)