docs: update documentation with CI image info
Test / unit-tests (push) Successful in 1m51s

This commit is contained in:
2026-03-31 22:12:42 -07:00
parent 48e8f894e3
commit 21bc63701d
3 changed files with 58 additions and 0 deletions
+10
View File
@@ -173,6 +173,16 @@ pr-validate: lint typecheck test-unit test-acceptance-sqlite
ci-postgres: lint typecheck test-unit test-acceptance-postgres docker-build
@echo "CI Pipeline with PostgreSQL completed successfully!"
# --- CI Image ---
# Build CI runner image locally
ci-build:
@./scripts/build-ci-image.sh
# Build CI runner image with custom tag
ci-build-tag TAG:
@./scripts/build-ci-image.sh {{TAG}}
# --- Utilities ---
# Show help information