fix images in ci

This commit is contained in:
2026-04-05 09:33:43 +02:00
parent e8ab39c23e
commit 3709a29a57
2 changed files with 71 additions and 31 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ services:
condition: service_healthy
frontend:
image: kemkas/frontend-e2e:local
image: ${FRONTEND_IMAGE:-ghcr.io/morbalint/kemkas-frontend:local}
build:
context: ./frontend
dockerfile: Dockerfile
@@ -58,7 +58,7 @@ services:
start_period: 5s
e2e:
image: kemkas/e2e:local
image: ${E2E_IMAGE:-ghcr.io/morbalint/kemkas-e2e:local}
build:
context: ./e2e
dockerfile: Dockerfile