Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clementTal authored Mar 26, 2019
1 parent 0712ebb commit 82baae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build -t snips-hassio .
- docker images
- docker tag snips-hassio clemtal/snips-hassio
- docker push clemtal/snips-hassio
- docker tag snips-hassio clemtal/snips-hassio:1.0
- docker push clemtal/snips-hassio:1.0

0 comments on commit 82baae6

Please sign in to comment.