Skip to content

Commit b5e21e6

Browse files
fix: 🐛 problem loggin into docker
1 parent 6931c3f commit b5e21e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: "Build and Push docker image"
1717
script: |
1818
docker build -t jaskaransarkaria/timer-server:"$TRAVIS_TAG" .
19-
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
19+
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
2020
docker push jaskaransarkaria/timer-server:"$TRAVIS_TAG"
2121
2222
stages:

0 commit comments

Comments
 (0)