Skip to content

Commit

Permalink
also push tags to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert Vercauteren committed Apr 6, 2018
1 parent 49dbbca commit 81a2e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ after_success:
docker push $DOCKER_USERNAME/libreconv;
elif [[ "$TRAVIS_BRANCH" == *"."*"."* ]]; then
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
docker tag $DOCKER_USERNAME/libreconv $DOCKER_USERNAME/libreconv:$TRAVIS_BRANCH
docker tag $DOCKER_USERNAME/libreconv $DOCKER_USERNAME/libreconv:$TRAVIS_BRANCH;
docker push $DOCKER_USERNAME/libreconv;
fi

0 comments on commit 81a2e19

Please sign in to comment.