Skip to content

Commit

Permalink
Removed v from docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gmauleon committed Oct 4, 2017
1 parent 4a7b0ef commit 9b278e1
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 @@ -8,6 +8,6 @@ script: make go-deps go-build
after_success:
- make docker-build
- docker login -u "$DOCKER_USER" -p "$DOCKER_PASSWORD"
- docker tag alertmanager-zabbix-webhook "$TRAVIS_REPO_SLUG":"$TRAVIS_TAG"
- docker tag alertmanager-zabbix-webhook "$TRAVIS_REPO_SLUG":${TRAVIS_TAG#"v"}
- docker tag alertmanager-zabbix-webhook "$TRAVIS_REPO_SLUG":latest
- docker push "$TRAVIS_REPO_SLUG"

0 comments on commit 9b278e1

Please sign in to comment.