Skip to content

Commit

Permalink
update travis.yml docker login command
Browse files Browse the repository at this point in the history
  • Loading branch information
senthilrch committed Jun 2, 2020
1 parent eb8c2c9 commit 795768e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- travis_wait 60 make BUILD_OUTPUT= release
- stage: build_release
script:
- docker login -u ${DOCKERHUB_USER} -p ${DOCKERHUB_PSWD}
- echo "$DOCKERHUB_PSWD" | docker login -u "$DOCKERHUB_USER" --password-stdin
# BUILD_OUTPUT=--push requests buildx to push the built images to docker hub
- travis_wait 60 make BUILD_OUTPUT=--push release
- make latest-tag
Expand Down

0 comments on commit 795768e

Please sign in to comment.