Skip to content

Commit

Permalink
Fix docker tag in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grepory committed Jul 31, 2017
1 parent cb0a477 commit d9ff730
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 @@ -16,7 +16,7 @@ after_success:
- "./codecov.sh -t $CODECOV_TOKEN"
- if [ "$TRAVIS_BRANCH" == "master" ]; then
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
docker tag sensuapp/sensu:latest sensuapp/sensu-go:master
docker tag sensuapp/sensu-go:latest sensuapp/sensu-go:master
docker push sensuapp/sensu-go:master
fi
env:
Expand Down

0 comments on commit d9ff730

Please sign in to comment.