Skip to content

Commit

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

0 comments on commit 2b49570

Please sign in to comment.