Skip to content

Fix workflow docker build#14

Merged
mjanez merged 2 commits into
mainfrom
develop
Jun 3, 2026
Merged

Fix workflow docker build#14
mjanez merged 2 commits into
mainfrom
develop

Conversation

@mjanez

@mjanez mjanez commented Jun 3, 2026

Copy link
Copy Markdown
Owner

No description provided.

@mjanez mjanez self-assigned this Jun 3, 2026
@mjanez mjanez added the bug Something isn't working label Jun 3, 2026
@mjanez mjanez merged commit 0188ba7 into main Jun 3, 2026
5 checks passed
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

🐳 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/14/head:pr-14
git checkout pr-14

# 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-14 -f Dockerfile.backend .

# Build frontend
docker build -t mqa-frontend:pr-14 -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-14

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

*Built from commit: 24b9da4f6a2da3619f146174590c904a1f1bde51
services:
mqa-app:
image: ghcr.io/mjanez/metadata-quality-react:pr-14
ports:
- "3000:3000"
- "3001:3001"


*Built from commit: 24b9da4f6a2da3619f146174590c904a1f1bde51*

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