travis: fix deploy hook URL

This commit is contained in:
Leo Antunes 2019-01-31 23:32:55 +01:00
parent 8f99c86f4b
commit e0a2243666
No known key found for this signature in database
GPG key ID: 6CED572F04D515A8

View file

@ -39,6 +39,6 @@ jobs:
before_install:
deploy:
provider: script
script: 'curl -H "Content-Type: application/json" --data "{\"source_type\": \"Tag\", \"source_name\": \"${TRAVIS_TAG}\"}" -X POST https://registry.hub.docker.com/u/costela/docker-etchosts/trigger/${DOCKER_HUB_TOKEN}'
script: 'curl -si -H "Content-Type: application/json" --data "{\"source_type\": \"Tag\", \"source_name\": \"${TRAVIS_TAG}\"}" -X POST https://registry.hub.docker.com/u/costela/docker-etchosts/trigger/${DOCKER_HUB_TOKEN}/'
on:
tags: true