Skip to content

Commit

Permalink
fix: docker login (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasneem067 authored Feb 15, 2021
1 parent 24c5333 commit c2db25c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ node_js:
services:
- docker


before_install:
- echo "$DOCKERHUB_TOKEN" | docker login -u "icdevops" --password-stdin

jobs:
include:
- stage: building images
Expand Down

0 comments on commit c2db25c

Please sign in to comment.