use Dockerfile.langflow
This commit is contained in:
parent
6c52462b2f
commit
bf871b9cd7
1 changed files with 2 additions and 4 deletions
|
|
@ -19,11 +19,8 @@ jobs:
|
|||
runs-on: ${{ matrix.runs-on }}
|
||||
|
||||
steps:
|
||||
- name: Checkout langflow load_flows_autologin_false branch
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: langflow-ai/langflow
|
||||
ref: load_flows_autologin_false
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
|
@ -38,6 +35,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile.langflow
|
||||
platforms: ${{ matrix.platform }}
|
||||
push: true
|
||||
tags: phact/langflow:responses-${{ matrix.arch }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue