Skip to content

Add graph memory layer, streaming proxy, hybrid retrieval, namespaces… #17

Add graph memory layer, streaming proxy, hybrid retrieval, namespaces…

Add graph memory layer, streaming proxy, hybrid retrieval, namespaces… #17

name: Build Engram API Image
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "api/**"
- ".github/workflows/build-api-image.yml"
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v6
- uses: docker/setup-buildx-action@v4
- uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v7
with:
context: ./api
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/engram-api:latest
ghcr.io/${{ github.repository_owner }}/engram-api:${{ github.sha }}