diff --git a/.travis.yml b/.travis.yml index 5e328d7afa..5aafe39871 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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