healthckeck improvements
All checks were successful
CI/CD Pipeline / build (push) Successful in 52s

This commit is contained in:
2026-03-09 15:30:47 -06:00
parent 3fd64aa2f8
commit 6acb01d335
7 changed files with 45 additions and 44 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Build and push backend image
run: |
docker build -t alexmickelson/ai-liveview:$GITHUB_RUN_NUMBER .
docker build -q -t alexmickelson/ai-liveview:$GITHUB_RUN_NUMBER .
docker push -q alexmickelson/ai-liveview:$GITHUB_RUN_NUMBER
- name: Deploy to Kubernetes