Skip to content

Commit

Permalink
pull v0.4.3, tag with v0.4.4, push to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
srivarra committed Nov 8, 2022
1 parent 063a2fd commit 404c08d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
- "travis_wait 120 sleep 7200 &"
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
# Tag the image with a version such as vX.Y.Z,
- docker build -t "$TRAVIS_REPO_SLUG":v0.4.4 . 1> out.log
# - docker build -t "$TRAVIS_REPO_SLUG":v0.4.4 . 1> out.log
- docker pull "$TRAVIS_REPO_SLUG":latest
- docker tag "$TRAVIS_REPO_SLUG":latest "$TRAVIS_REPO_SLUG":v0.4.4
- docker push --all-tags "$TRAVIS_REPO_SLUG"

after_failure:
Expand Down

0 comments on commit 404c08d

Please sign in to comment.