mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Don't push preleases to Docker Hub, refs #940
This commit is contained in:
parent
26de3a18bc
commit
cb515a9d75
1 changed files with 1 additions and 2 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
|
@ -58,8 +58,7 @@ jobs:
|
|||
deploy_docker:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [deploy]
|
||||
if: |
|
||||
!(contains(github.ref, 'a') || contains(github.ref, 'b'))
|
||||
if: "!github.event.release.prerelease"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build and push to Docker Hub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue