Add base docker image and ci script for building and pushing (#10927)

This commit is contained in:
Nuno Campos
2023-10-02 15:07:57 +01:00
committed by GitHub
parent 3d859075d4
commit 32a8b311eb
3 changed files with 78 additions and 0 deletions

View 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