Don't deploy alpha/betas to Docker Hub

Refs #956
pull/977/head
Simon Willison 2020-08-28 18:18:52 -07:00 zatwierdzone przez GitHub
rodzic 7178126d90
commit c36e287d71
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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