JakkrapartXD
0691ca40cd
feat: Implement short SHA for backend image tagging and deployment, and refine image tag resolution for pull requests.
Build and Deploy Backend / Build Backend Docker Image (push) Successful in 20s
Build and Deploy Backend / Deploy E-learning Backend to Dev Server (push) Successful in 3s
Build and Deploy Backend / Notify Deployment Status (push) Successful in 2s
2026-02-10 14:00:50 +07:00
JakkrapartXD
3322801803
build: include image tag in Docker metadata action image name
2026-02-10 14:00:50 +07:00
JakkrapartXD
0004b03760
ci: Update backend image name to chamomind/elearning-backend in the deploy workflow.
Build and Deploy Backend / Build Backend Docker Image (push) Successful in 15s
Build and Deploy Backend / Deploy E-learning Backend to Dev Server (push) Successful in 2s
Build and Deploy Backend / Notify Deployment Status (push) Successful in 2s
2026-02-10 13:28:43 +07:00
JakkrapartXD
ec0a96aec9
fix: correct backend image name to match docker-compose
...
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>
2026-02-10 13:25:37 +07:00
JakkrapartXD
be2d73b361
refactor: update deploy script argument from 'elearning-backend' to 'backend'
Build and Deploy Backend / Build Backend Docker Image (push) Successful in 15s
Build and Deploy Backend / Deploy E-learning Backend to Dev Server (push) Successful in 2s
Build and Deploy Backend / Notify Deployment Status (push) Successful in 1s
2026-02-10 13:21:47 +07:00
058a388f4c
fix build frontend learner
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 57s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 2s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
2026-02-10 12:17:18 +07:00
9e660b0fe9
fix build management
Build and Deploy Frontend Management to Dev Server / Build Frontend Management Docker Image (push) Successful in 57s
Build and Deploy Frontend Management to Dev Server / Deploy E-learning Frontend Management to Dev Server (push) Successful in 2s
Build and Deploy Frontend Management to Dev Server / Notify Deployment Status (push) Successful in 1s
2026-02-10 12:11:29 +07:00
a0cd688c97
remove test
Build and Deploy Backend / Build Backend Docker Image (push) Successful in 16s
Build and Deploy Backend / Deploy E-learning Backend to Dev Server (push) Successful in 2s
Build and Deploy Backend / Notify Deployment Status (push) Successful in 1s
2026-02-10 11:52:10 +07:00
6342f81215
remove push
Build and Deploy Backend / Build Backend Docker Image (push) Failing after 16s
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
2026-02-10 11:49:48 +07:00
60c31e1dd8
fix github action cache
Build and Deploy Backend / Build Backend Docker Image (push) Failing after 16s
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
2026-02-10 11:44:50 +07:00
22f1c70f20
fix build
Build and Deploy Backend / Build Backend Docker Image (push) Failing after 1m42s
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
2026-02-10 11:32:43 +07:00
f01b9054b5
fix parameter
Build and Deploy Backend / Build Backend Docker Image (push) Failing after 8s
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
2026-02-10 11:24:33 +07:00
c35f4ce688
fix build
Build and Deploy Backend / Build Backend Docker Image (push) Failing after 5s
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
2026-02-10 11:22:52 +07:00
fa5993147b
fix build action
Build and Deploy Backend / Build Backend Docker Image (push) Failing after 1m41s
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
2026-02-10 11:16:48 +07:00
94f90d3c7f
fix build
2026-02-10 11:16:01 +07:00
JakkrapartXD
e8a4e40321
refactor: Standardize container registry configuration, remove insecure Docker flags, and align deployment to the dev branch.
2026-02-10 10:27:13 +07:00
JakkrapartXD
f4fa63fd11
remove port 5000
2026-02-10 10:06:46 +07:00
JakkrapartXD
1ac97fd78b
Update backend deployment workflow to append port 5000 to container registry URL
2026-02-10 10:03:17 +07:00
JakkrapartXD
8fe02435a3
Update backend deployment workflow to enable insecure HTTP registry configuration in Buildx setup
2026-02-10 09:58:11 +07:00
JakkrapartXD
26854dc4a1
Refactor backend deployment workflow to use environment variables for registry configuration and update deployment conditions to target dev branch
2026-02-10 09:53:54 +07:00
JakkrapartXD
337e97128d
Configure insecure HTTP registry for Docker Buildx in frontend deployment workflows and update backend registry configuration
2026-02-10 09:41:22 +07:00
b51a7546e4
Update .forgejo/workflows/deploy-backend.yaml
2026-02-09 17:40:08 +07:00
JakkrapartXD
4b016b07cd
Move insecure registry configuration from Docker login and build steps to Buildx setup in backend deployment workflow
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Failing after 8s
Build and Deploy Frontend Learner / Deploy Frontend Learner to Server (push) Has been skipped
2026-02-09 17:32:04 +07:00
JakkrapartXD
a54251f11e
Add insecure option to Docker build steps in all deployment workflows
2026-02-09 17:26:05 +07:00
JakkrapartXD
0f79a18686
Remove deployment workflows for backend, frontend learner, and frontend management
2026-02-09 17:17:04 +07:00
JakkrapartXD
b8f2f283a7
Add insecure registry option to Docker login steps in all deployment workflows
2026-02-09 17:03:45 +07:00
JakkrapartXD
4ec1d34297
add workflow
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Failing after 9s
Build and Deploy Frontend Learner / Deploy Frontend Learner to Server (push) Has been skipped
Build and Deploy Frontend Management / Build Frontend Management Docker Image (push) Failing after 9s
Build and Deploy Backend / Build Backend Docker Image (push) Failing after 9s
Build and Deploy Frontend Management / Deploy Frontend Management to Server (push) Has been skipped
Build and Deploy Backend / Deploy Backend to Server (push) Has been skipped
2026-02-09 16:56:12 +07:00