fixes publishing Docker images in CI

This commit is contained in:
Julien Neuhart
2018-12-10 16:36:34 +01:00
parent 06e7a1fda1
commit c9f0d3bfd8
2 changed files with 14 additions and 4 deletions

View File

@@ -20,4 +20,4 @@ jobs:
script: make lint
- stage: publish
if: tag IS present
script: make image VERSION=$TRAVIS_TAG && ./scripts/publish.sh $TRAVIS_TAG $DOCKER_USER $DOCKER_PASS
script: ./scripts/publish.sh $TRAVIS_TAG $DOCKER_USER $DOCKER_PASS