chore: track letta version in tracing and nightly versions (#2491)

This commit is contained in:
Andy Li
2025-05-28 12:50:52 -07:00
committed by GitHub
parent 3354f5fe50
commit 020af2050f
4 changed files with 18 additions and 2 deletions

View File

@@ -23,5 +23,8 @@ jobs:
- uses: actions/checkout@v3
- name: Build and push the Docker image (letta)
run: |
docker build . --file Dockerfile --tag letta/letta:nightly
docker build . \
--file Dockerfile \
--tag letta/letta:nightly \
--build-arg LETTA_VERSION="nightly-$(date +%Y%m%d)-$(git rev-parse --short HEAD)"
docker push letta/letta:nightly