Testing dockerhub and gitea before re-tagging pypi
Some checks failed
Some checks failed
This commit is contained in:
parent
35f5eb5bcc
commit
be92e748e1
@ -69,7 +69,7 @@ jobs:
|
||||
|
||||
deploy_to_dockerhub:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [deploy_to_pypi]
|
||||
needs: test
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -88,7 +88,7 @@ jobs:
|
||||
|
||||
deploy_to_gitea:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [deploy_to_pypi]
|
||||
needs: test
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user