mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +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
|