Skip to content

Commit e9e2ede

Browse files
ci: 🎡 docker
1 parent b49916d commit e9e2ede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
name: "Build and Push Docker Image"
1717
script:
1818
- docker build -t jaskaransarkaria/timer-server:test .
19+
- echo "$DOCKER_USERNAME"
1920
- echo "$DOCKER_PASSWORD"
2021
- echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
2122
- docker push jaskaransarkaria/timer-server:test

0 commit comments

Comments
 (0)