feat: log schwab-scraper and mcp-server commit SHAs at container startup
Some checks failed
Build and Push Docker Image / build (push) Failing after 39s

Bake commit SHAs into the Docker image via CI and log them on server
startup so it's easy to verify which version of schwab-scraper is running.
This commit is contained in:
2026-05-04 14:31:01 +00:00
parent 8c196b7f65
commit 4982b7d09f
3 changed files with 40 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ RUN uv venv && \
uv pip install --upgrade playwright && \
rm -rf /tmp/schwab-scraper
COPY vendor/schwab-scraper-commit.txt /app/schwab-scraper-commit.txt
COPY vendor/mcp-server-commit.txt /app/mcp-server-commit.txt
COPY . .
FROM python:3.12-slim-bookworm