Skip to content

Commit

Permalink
Don't push alpha/beta tagged releases to Docker Hub
Browse files Browse the repository at this point in the history
Refs #807
  • Loading branch information
simonw authored Jun 18, 2020
1 parent 6151c25 commit 13216cb
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 @@ -32,7 +32,7 @@ jobs:
branch: master
tags: true
- stage: publish docker image
if: tag IS present
if: (tag IS present) AND NOT (tag =~ [ab])
python: 3.6
script:
# Build and release to Docker Hub
Expand Down

0 comments on commit 13216cb

Please sign in to comment.