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:
|
deploy_docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [deploy]
|
needs: [deploy]
|
||||||
if: |
|
if: "!github.event.release.prerelease"
|
||||||
!(contains(github.ref, 'a') || contains(github.ref, 'b'))
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build and push to Docker Hub
|
- name: Build and push to Docker Hub
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue