Skip to content

Commit

Permalink
Add dockerhub login step.
Browse files Browse the repository at this point in the history
  • Loading branch information
kudato committed Jan 17, 2020
1 parent a7a4028 commit cd5d043
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 @@ -28,8 +28,8 @@ env:
- FROM=nginx:stable-alpine TAGS=stable

script:
- chmod +x ./build.sh
- ./build.sh
- echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin &>/dev/null
- chmod +x ./build.sh; ./build.sh

after_success:
- curl -XPOST ${REFRESH_BADGES_URL}

0 comments on commit cd5d043

Please sign in to comment.