fix: correct backend image name to match docker-compose
Some checks failed
Build and Deploy Backend / Build Backend Docker Image (push) Failing after 41s
Build and Deploy Backend / Deploy E-learning Backend to Dev Server (push) Has been skipped
Build and Deploy Backend / Notify Deployment Status (push) Failing after 1s

- Change BACKEND_IMAGE_NAME from chamomind/elearning-backend to elearning-backend
- Fixes manifest unknown error during deployment
- Image will now be pushed as 192.168.1.60/elearning-backend:<tag>
This commit is contained in:
JakkrapartXD 2026-02-10 13:25:37 +07:00
parent be2d73b361
commit ec0a96aec9

View file

@ -15,7 +15,7 @@ env:
REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
# Docker Image
BACKEND_IMAGE_NAME: chamomind/elearning-backend
BACKEND_IMAGE_NAME: elearning-backend
IMAGE_TAG: ${{ github.sha }}
# Notifications