Don't push alpha/beta tagged releases to Docker Hub

Refs #807
This commit is contained in:
Simon Willison 2020-06-18 13:40:33 -07:00 committed by GitHub
commit 13216cb6bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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