diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 102c7f0c..b8cbd982 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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 diff --git a/compose.yaml b/compose.yaml index d52d4b55..db3cb007 100644 --- a/compose.yaml +++ b/compose.yaml @@ -16,7 +16,7 @@ services: ports: - "5432:5432" letta_server: - image: lettaai/letta:latest + image: letta/letta:latest hostname: letta depends_on: - letta_db diff --git a/dev-compose.yaml b/dev-compose.yaml index 37ce4240..42239b98 100644 --- a/dev-compose.yaml +++ b/dev-compose.yaml @@ -16,7 +16,7 @@ services: ports: - "5432:5432" letta_server: - image: lettaai/letta:lates + image: letta/letta:latest hostname: letta build: context: . diff --git a/docker-compose-vllm.yaml b/docker-compose-vllm.yaml index c9a54344..f6487d26 100644 --- a/docker-compose-vllm.yaml +++ b/docker-compose-vllm.yaml @@ -2,7 +2,7 @@ version: '3.8' services: letta: - image: lettaai/letta:latest + image: letta/letta:latest ports: - "8283:8283" environment: