Testing dockerhub and gitea before re-tagging pypi
Some checks failed
CI + Deploy / lint (push) Successful in 10s
CI + Deploy / test (push) Successful in 11s
CI + Deploy / deploy_to_pypi (push) Failing after 12s
CI + Deploy / deploy_to_dockerhub (push) Successful in 34s
CI + Deploy / deploy_to_gitea (push) Failing after 4s

This commit is contained in:
Roger Gonzalez 2025-05-17 14:44:14 -03:00
parent 35f5eb5bcc
commit be92e748e1
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -69,7 +69,7 @@ jobs:
deploy_to_dockerhub: deploy_to_dockerhub:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [deploy_to_pypi] needs: test
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -88,7 +88,7 @@ jobs:
deploy_to_gitea: deploy_to_gitea:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [deploy_to_pypi] needs: test
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3