mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-19 17:36:00 +00:00
Add base docker image and ci script for building and pushing (#10927)
This commit is contained in:
13
.github/workflows/langchain_release_docker.yml
vendored
Normal file
13
.github/workflows/langchain_release_docker.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
name: docker/langchain/langchain Release
|
||||
|
||||
on:
|
||||
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
||||
|
||||
jobs:
|
||||
release:
|
||||
uses: ./.github/workflows/_release_docker.yml
|
||||
with:
|
||||
dockerfile: docker/Dockerfile.base
|
||||
image: langchain/langchain
|
||||
secrets: inherit
|
Reference in New Issue
Block a user