mirror of
https://github.com/costela/docker-etchosts.git
synced 2025-05-10 17:35:41 +02:00
travis: fix deploy hook URL
This commit is contained in:
parent
8f99c86f4b
commit
e0a2243666
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue