Skip to content

Commit 6931c3f

Browse files
chore: 🤖 change build tag
1 parent 9f7fc60 commit 6931c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- stage: "Build Docker Image"
1616
name: "Build and Push docker image"
1717
script: |
18-
docker build -t timer-server:"$TRAVIS_TAG" .
18+
docker build -t jaskaransarkaria/timer-server:"$TRAVIS_TAG" .
1919
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
2020
docker push jaskaransarkaria/timer-server:"$TRAVIS_TAG"
2121

0 commit comments

Comments
 (0)