fix(ci): fix syntax
Some checks failed
CI / ci (pull_request) Successful in 2m31s
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Failing after 5s

This commit is contained in:
Luke Tainton 2025-01-12 18:39:34 +00:00
parent 11d64994d9
commit 720b981548
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -6,7 +6,7 @@ on:
jobs:
test:
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-uv-with-docker.yml
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-uv-with-docker.yml@main
with:
python-version: 3.13
secrets:
@ -15,12 +15,12 @@ jobs:
create_release:
name: Create Release
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/create-release.yml
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/create-release.yml@main
create_docker:
name: Create Docker Image
needs: create_release
if: ${{ needs.create_release.outputs.success == 'true' }}
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/build-push-docker.yml
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/build-push-docker.yml@main
with:
release: ${{ needs.create_release.outputs.release_name }}