Skip to content

Commit

Permalink
travis: login to Docker Hub
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
  • Loading branch information
nbusseneau authored and aanm committed Oct 6, 2021
1 parent 8512f16 commit 03949cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ before_install: ./.travis/prepare.sh

before_script:
- export PATH=/usr/local/clang/bin:$PATH
# Login to Docker Hub using credentials stored in Travis configuration
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin

script: ./.travis/build.sh

Expand Down

0 comments on commit 03949cf

Please sign in to comment.