Skip to content

Commit 422d447

Browse files
chore: 🤖 test tag
1 parent dbe5674 commit 422d447

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- stage: "Build Docker Image"
1616
name: "Build and Push docker image"
1717
script: |
18+
echo "$TRAVIS_TAG"
19+
echo "$TRAVIS_BRANCH"
1820
docker build -t jaskaransarkaria/timer-server:"$TRAVIS_TAG" .
1921
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
2022
docker push jaskaransarkaria/timer-server:"$TRAVIS_TAG"

0 commit comments

Comments
 (0)