fix(ci): remove requirement for legacy output

This commit is contained in:
Luke Tainton 2025-01-12 19:48:39 +00:00
parent 7390ad24e8
commit af3d53197e
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -24,7 +24,6 @@ jobs:
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@main
with:
release: ${{ needs.create_release.outputs.release_name }}