Skip to content

Commit 75eca27

Browse files
fix: 🐛 -u flag with --username
1 parent bb78a48 commit 75eca27

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+
echo "$DOCKER_PASSWORD" | docker login --username="$DOCKER_USERNAME" --password-stdin
2020
docker push jaskaransarkaria/timer-server:"$TRAVIS_TAG"
2121
2222
stages:

0 commit comments

Comments
 (0)