Skip to content

Commit 2b49570

Browse files
chore: 🤖 change tag for branch
1 parent 422d447 commit 2b49570

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.travis.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- stage: "Build Docker Image"
1616
name: "Build and Push docker image"
1717
script: |
18-
echo "$TRAVIS_TAG"
18+
# echo "$TRAVIS_TAG"
1919
echo "$TRAVIS_BRANCH"
20-
docker build -t jaskaransarkaria/timer-server:"$TRAVIS_TAG" .
20+
docker build -t jaskaransarkaria/timer-server:"$TRAVIS_BRANCH" .
2121
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
22-
docker push jaskaransarkaria/timer-server:"$TRAVIS_TAG"
22+
docker push jaskaransarkaria/timer-server:"$TRAVIS_BRANCH"
2323
2424
stages:
2525
- Tests and Linting

0 commit comments

Comments
 (0)