Commit Graph

5 Commits

Author SHA1 Message Date
8aede4f2f5 ci: Install Docker 스텝 제거
gitea/runner-images:ubuntu-latest 러너 이미지에 Docker가 이미 포함.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 01:25:35 +09:00
76cd46ec86 ci: version 파일 변경 시에만 트리거하도록 paths 필터 추가
이미지 태그 불변성 보장 및 자동 커밋 루프 방지.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 01:06:37 +09:00
02409a24c5 v0.0.4 | Fix CI version parsing issue
All checks were successful
Build And Test / build-and-push (push) Successful in 1m1s
- Replace read-file-action with shell command to properly trim newlines
- Bump version to v0.0.4

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 09:47:38 +09:00
228a10646a Fix CI workflow: add Docker installation step
All checks were successful
Build And Test / build-and-push (push) Successful in 2m30s
- Match workflow format with other projects
- Add Docker installation step for Gitea Actions runner
- Use correct secrets names (DOCKER_ID, DOCKER_PW, ACTION_TOKEN)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 01:35:56 +09:00
8c7739ffad Add NHN Cloud API integration with async task support
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
- NHN Cloud API packages: token, vpc, compute, nks, storage
- REST API endpoints with Swagger documentation
- Async task processing for long-running operations
- CORS configuration for frontend integration
- Enhanced logging for debugging API calls

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 01:29:21 +09:00