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