DONE: rename to lowercase for image
Build Docker Image / build-backend (push) Failing after 21s
Build Docker Image / build-frontend (push) Failing after 33s

This commit is contained in:
ISMAIL MASSERAN
2026-06-30 11:10:14 +08:00
parent 507072c5ab
commit 81a964a337
3 changed files with 6 additions and 6 deletions
@@ -1,6 +1,6 @@
services:
backend:
image: git.koppkb.com/KoPKB/My-KOPKB-be:${IMAGE_TAG:-latest}
image: git.koppkb.com/kopkb/my-kopkb-be:${IMAGE_TAG:-latest}
container_name: mykopkb-be-production
restart: unless-stopped
ports:
@@ -36,7 +36,7 @@ services:
max-file: "3"
frontend:
image: git.koppkb.com/KoPKB/My-KOPKB-fe:${IMAGE_TAG:-latest}
image: git.koppkb.com/kopkb/my-kopkb-fe:${IMAGE_TAG:-latest}
container_name: mykopkb-fe-production
restart: unless-stopped
ports: