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 }}
|
runs-on: ${{ matrix.runs-on }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout langflow load_flows_autologin_false branch
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
repository: langflow-ai/langflow
|
|
||||||
ref: load_flows_autologin_false
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
@ -38,6 +35,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
file: ./Dockerfile.langflow
|
||||||
platforms: ${{ matrix.platform }}
|
platforms: ${{ matrix.platform }}
|
||||||
push: true
|
push: true
|
||||||
tags: phact/langflow:responses-${{ matrix.arch }}
|
tags: phact/langflow:responses-${{ matrix.arch }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue