Skip to content

Commit

Permalink
Change latest docker tag to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Sep 11, 2018
1 parent 667f0c7 commit cd97cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
docker login --username="$DOCKER_USERNAME" --password="$DOCKER_PASSWORD"

if [ "$TRAVIS_BRANCH" == "master" ]; then
if [ "$VERSION" == "10.0" ]; then
if [ "$VERSION" == "11.0" ]; then
make VERSION=$VERSION TAG=$TRAVIS_TAG BATTERIES=$BATTERIES tag_latest_main push_latest_main
fi
make VERSION=$VERSION TAG=latest BATTERIES=$BATTERIES tag push
Expand Down

0 comments on commit cd97cf0

Please sign in to comment.