Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ jobs:
context: ./backend
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
load: ${{ github.event_name == 'pull_request' }}
tags: ghcr.io/devdoshi19/VaultMind-backend:latest
tags: ghcr.io/devdoshi19/vaultmind-backend:latest

- name: Build frontend image
uses: docker/build-push-action@v5
with:
context: ./frontend
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
load: ${{ github.event_name == 'pull_request' }}
tags: ghcr.io/$devdoshi19/VaultMind-frontend:latest
tags: ghcr.io/devdoshi19/vaultmind-frontend:latest

# Start the backend container and hit /health to prove it actually runs.
# The health endpoint doesn't call OpenAI — graph just needs to compile.
Expand Down
Loading