self-host langgraph
Some checks failed
Build and Push Agent Docker Image / build (push) Successful in 1m7s
Build and Push Web Docker Image / build (push) Failing after 3m5s

This commit is contained in:
2025-12-13 00:05:06 +01:00
parent 0ff215c34f
commit 17802994a5
5 changed files with 43 additions and 33 deletions

View File

@@ -22,15 +22,12 @@ jobs:
username: ${{ gitea.actor }}
password: ${{ secrets.ACTIONS_PUSH_TOKEN }}
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build with langgraph
working-directory: ./web/agent
run: |
uv run langgraph build -t git.seaturtle.pw/cavepedia/cavepediav2-agent:latest
- name: Push image
run: docker push git.seaturtle.pw/cavepedia/cavepediav2-agent:latest
- name: Build and push
uses: docker/build-push-action@v6
with:
context: ./web/agent
push: true
tags: git.seaturtle.pw/cavepedia/cavepediav2-agent:latest