Skip to content

Commit

Permalink
fixes latest tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Mar 11, 2019
1 parent 22a4dc6 commit 008ee96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ after_success:
- test "$TRAVIS_TAG" != "" && version=${TRAVIS_TAG:1};
- test "$TRAVIS_TAG" != "" && docker build -t gyselroth/kube-icinga:$version .
- test "$TRAVIS_TAG" != "" && docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
- test "$TRAVIS_TAG" != "" && docker tag gyselroth/kube-icinga:$version gyselroth/kube-ldap:latest
- test "$TRAVIS_TAG" != "" && docker tag gyselroth/kube-icinga:$version
- test "$TRAVIS_TAG" != "" && docker tag gyselroth/kube-ldap:latest
- test "$TRAVIS_TAG" != "" && docker push gyselroth/kube-icinga:$version
- test "$TRAVIS_TAG" != "" && docker push gyselroth/kube-icinga:latest

0 comments on commit 008ee96

Please sign in to comment.