Don't deploy alpha/betas to Docker Hub

Refs #956
This commit is contained in:
Simon Willison 2020-08-28 18:18:52 -07:00 committed by GitHub
commit c36e287d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,8 @@ jobs:
deploy_docker:
runs-on: ubuntu-latest
needs: [deploy]
if: |
!(contains(github.ref, "a") || contains(github.ref, "b"))
steps:
- uses: actions/checkout@v2
- name: Build and push to Docker Hub