Skip to content

Commit

Permalink
travis: add mssing docker plugin versionned build
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed Nov 27, 2018
1 parent c4af8d9 commit b69d15d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ before_deploy:
- make compress
- docker --version
- make docker-plugin
- PLUGIN_TAG=$(git describe --tags --abbrev=0) make docker-plugin
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then docker login -u="$DOCKER_USERNAME"
-p="$DOCKER_PASSWORD"; fi
- make docker-plugin-push
Expand Down

0 comments on commit b69d15d

Please sign in to comment.