feat: rename docker to letta/letta (#2010)

This commit is contained in:
Sarah Wooders
2024-11-06 23:15:25 -08:00
committed by GitHub
parent 2e9378f26b
commit 3c97fb00a0
4 changed files with 4 additions and 4 deletions

View File

@@ -32,6 +32,6 @@ jobs:
run: |
# Extract the version number from pyproject.toml using awk
CURRENT_VERSION=$(awk -F '"' '/version =/ { print $2 }' pyproject.toml | head -n 1)
docker build . --file Dockerfile --tag lettaai/letta:$CURRENT_VERSION --tag letta/letta:latest
docker build . --file Dockerfile --tag letta/letta:$CURRENT_VERSION --tag letta/letta:latest
docker push letta/letta:$CURRENT_VERSION
docker push letta/letta:latest

View File

@@ -16,7 +16,7 @@ services:
ports:
- "5432:5432"
letta_server:
image: lettaai/letta:latest
image: letta/letta:latest
hostname: letta
depends_on:
- letta_db

View File

@@ -16,7 +16,7 @@ services:
ports:
- "5432:5432"
letta_server:
image: lettaai/letta:lates
image: letta/letta:latest
hostname: letta
build:
context: .

View File

@@ -2,7 +2,7 @@ version: '3.8'
services:
letta:
image: lettaai/letta:latest
image: letta/letta:latest
ports:
- "8283:8283"
environment: