Skip to content

Comments

fix: workflow syntax#10

Merged
mjanez merged 3 commits intomainfrom
develop
Feb 9, 2026
Merged

fix: workflow syntax#10
mjanez merged 3 commits intomainfrom
develop

Conversation

@mjanez
Copy link
Owner

@mjanez mjanez commented Feb 9, 2026

No description provided.

@mjanez mjanez self-assigned this Feb 9, 2026
@mjanez mjanez added the bug Something isn't working label Feb 9, 2026
@mjanez mjanez merged commit 9dee613 into main Feb 9, 2026
7 checks passed
@github-actions
Copy link

github-actions bot commented Feb 9, 2026

🐳 Docker Images Build Test Completed

Registry: ghcr.io
Backend Image: ghcr.io/mjanez/metadata-quality-react-backend
Frontend Image: ghcr.io/mjanez/metadata-quality-react-frontend

ℹ️ Note: PR images are only built and pushed when merged to main/develop branches.

To test locally:

# Clone PR branch
git fetch origin pull/10/head:pr-10
git checkout pr-10

# Build and run with docker-compose
docker compose up -d --build

# Access application
# Frontend: https://localhost
# Backend API: https://localhost/api/health

Or build images manually:

# Build backend
docker build -t mqa-backend:pr-10 -f Dockerfile.backend .

# Build frontend
docker build -t mqa-frontend:pr-10 -f Dockerfile.frontend .

# Run services
docker network create mqa-network

docker run -d --name mqa-backend \
  --network mqa-network \
  -e NODE_ENV=production \
  mqa-backend:pr-10

docker run -d --name mqa-frontend \
  --network mqa-network \
  -p 3000:3000 \
  mqa-frontend:pr-10

*Built from commit: 571914c49f83a1093d80da3c12c178df3e254164
services:
mqa-app:
image: ghcr.io/mjanez/metadata-quality-react:pr-10
ports:
- "3000:3000"
- "3001:3001"


*Built from commit: 571914c49f83a1093d80da3c12c178df3e254164*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant