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 422d447 commit 2b49570Copy full SHA for 2b49570
‎.travis.yml‎
@@ -15,11 +15,11 @@ jobs:
15
- stage: "Build Docker Image"
16
name: "Build and Push docker image"
17
script: |
18
- echo "$TRAVIS_TAG"
+ # echo "$TRAVIS_TAG"
19
echo "$TRAVIS_BRANCH"
20
- docker build -t jaskaransarkaria/timer-server:"$TRAVIS_TAG" .
+ docker build -t jaskaransarkaria/timer-server:"$TRAVIS_BRANCH" .
21
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
22
- docker push jaskaransarkaria/timer-server:"$TRAVIS_TAG"
+ docker push jaskaransarkaria/timer-server:"$TRAVIS_BRANCH"
23
24
stages:
25
- Tests and Linting
0 commit comments