Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieudolci authored Jun 24, 2020
1 parent 918a51c commit 54fa4cb
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 @@ -18,11 +18,11 @@ jobs:
- stage: build docker latest
script:
- make build-docker
- docker login -u $DOCKER_USER -p '$DOCKER_PASS'
- docker login -u $DOCKER_USER -p $DOCKER_PASS
- make push
- stage: build docker tag
script:
- TAG=$TRAVIS_TAG make build-docker
- docker login -u $DOCKER_USER -p '$DOCKER_PASS'
- docker login -u $DOCKER_USER -p $DOCKER_PASS
- TAG=$TRAVIS_TAG make push

0 comments on commit 54fa4cb

Please sign in to comment.