feat: add Docker build and push workflow for news service
All checks were successful
Docker Build and Push - News Service / Build and Push News Service Image (push) Successful in 37s
Docker Build and Push - News Service / Build Summary (push) Successful in 0s

This commit is contained in:
2026-04-30 14:49:54 +08:00
parent aa9cf128d5
commit 9a0b41459c
2 changed files with 96 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
node_modules/
.env
data/*.json
!data/.gitkeep
!data/.gitkeep
.idea/