Skip to content

Commit

Permalink
Merge pull request #573 from carlosms/make-docker-push-latest
Browse files Browse the repository at this point in the history
Use make docker-push-latest-release to skip latest tag on pre-releases
  • Loading branch information
smacker authored Mar 1, 2019
2 parents 4028313 + a55381b commit a26f548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
stage: release
script:
- PKG_OS=linux make build
- DOCKER_PUSH_LATEST=true make docker-push
- make docker-push-latest-release
- name: 'push dummy analyzer image to Docker Hub'
stage: release dummy analyzer
script:
Expand Down

0 comments on commit a26f548

Please sign in to comment.