fix(ci): fix syntax
This commit is contained in:
parent
11d64994d9
commit
720b981548
@ -5,7 +5,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
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:
|
with:
|
||||||
python-version: 3.13
|
python-version: 3.13
|
||||||
secrets:
|
secrets:
|
||||||
|
@ -6,7 +6,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
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:
|
with:
|
||||||
python-version: 3.13
|
python-version: 3.13
|
||||||
secrets:
|
secrets:
|
||||||
@ -15,12 +15,12 @@ jobs:
|
|||||||
|
|
||||||
create_release:
|
create_release:
|
||||||
name: 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:
|
create_docker:
|
||||||
name: Create Docker Image
|
name: Create Docker Image
|
||||||
needs: create_release
|
needs: create_release
|
||||||
if: ${{ needs.create_release.outputs.success == 'true' }}
|
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:
|
with:
|
||||||
release: ${{ needs.create_release.outputs.release_name }}
|
release: ${{ needs.create_release.outputs.release_name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user