mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
14 lines
299 B
YAML
14 lines
299 B
YAML
---
|
|
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
|