Skip to content

Commit 06e7678

Browse files
chore: 🤖 rebranch (#9)
1 parent f5e4fb5 commit 06e7678

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.travis.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
- stage: "Build and Push Image"
1616
name: "Build docker image"
1717
script: docker build -t jaskaransarkaria/timer-server:"${TRAVIS_TAG}" .
18+
name: "Push Docker Image"
19+
script: |
20+
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
21+
docker push jaskaransarkaria/timer-server:"${TRAVIS_TAG}"
1822
1923
stages:
2024
- Tests and Linting

0 commit comments

Comments
 (0)