Skip to content

Commit

Permalink
chore: 🤖 test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Jun 21, 2020
1 parent dbe5674 commit 422d447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- stage: "Build Docker Image"
name: "Build and Push docker image"
script: |
echo "$TRAVIS_TAG"
echo "$TRAVIS_BRANCH"
docker build -t jaskaransarkaria/timer-server:"$TRAVIS_TAG" .
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker push jaskaransarkaria/timer-server:"$TRAVIS_TAG"
Expand Down

0 comments on commit 422d447

Please sign in to comment.