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 dbe5674 commit 422d447Copy full SHA for 422d447
.travis.yml
@@ -15,6 +15,8 @@ jobs:
15
- stage: "Build Docker Image"
16
name: "Build and Push docker image"
17
script: |
18
+ echo "$TRAVIS_TAG"
19
+ echo "$TRAVIS_BRANCH"
20
docker build -t jaskaransarkaria/timer-server:"$TRAVIS_TAG" .
21
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
22
docker push jaskaransarkaria/timer-server:"$TRAVIS_TAG"
0 commit comments