Skip to content

Commit 041077a

Browse files
Require main image built before backend/frontend images
1 parent 91d73e7 commit 041077a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ jobs:
461461
call_docker_build_main_backend:
462462
name: Call Docker Build Workflow for Langflow Backend
463463
if: ${{ inputs.build_docker_main }}
464-
needs: [ci]
464+
needs: [call_docker_build_main]
465465
uses: ./.github/workflows/docker-build-v2.yml
466466
with:
467467
ref: ${{ inputs.release_tag }}
@@ -473,7 +473,7 @@ jobs:
473473
call_docker_build_main_frontend:
474474
name: Call Docker Build Workflow for Langflow Frontend
475475
if: ${{ inputs.build_docker_main }}
476-
needs: [ci]
476+
needs: [call_docker_build_main]
477477
uses: ./.github/workflows/docker-build-v2.yml
478478
with:
479479
ref: ${{ inputs.release_tag }}

0 commit comments

Comments
 (0)