fix(ci): add docker CI
Some checks failed
CI / validate_pr_title (pull_request) Failing after 4s
CI / ci (pull_request) Failing after 11s

This commit is contained in:
Luke Tainton 2025-01-16 22:30:11 +00:00
parent 28195f184b
commit 4fddc5c2cb
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
commit_message: ${{ gitea.event.pull_request.title }} commit_message: ${{ gitea.event.pull_request.title }}
ci: ci:
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry.yml@main uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry-with-docker.yml@main
with: with:
python-version: 3.13 python-version: 3.13
secrets: secrets:

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
test: test:
name: Test name: Test
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry.yml@main uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry-with-docker.yml@main
with: with:
python-version: 3.13 python-version: 3.13
secrets: secrets: