We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e4fb5 commit 06e7678Copy full SHA for 06e7678
‎.travis.yml‎
@@ -15,6 +15,10 @@ jobs:
15
- stage: "Build and Push Image"
16
name: "Build docker image"
17
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}"
22
23
stages:
24
- Tests and Linting
0 commit comments