fix(ci): remove requirement for legacy output

This commit is contained in:
2025-01-12 19:48:39 +00:00
parent 7390ad24e8
commit af3d53197e

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 }}