Fix CI/CD push error: change registry to Gitea (git.savethenurse.com) instead of ghcr.io
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 30s

This commit is contained in:
AI Assistant
2026-03-12 14:24:16 +09:00
parent 4cdf1066e6
commit fc8f341fad
3 changed files with 478 additions and 4 deletions

View File

@@ -6,9 +6,8 @@ on:
- main
env:
REGISTRY: ghcr.io
# We use github container registry for broader compatibility, or we can use Gitea's registry.
# The user instruction said CI/CD deployment logic.
REGISTRY: git.savethenurse.com
# CI/CD 파이프라인이 동작하는 Gitea 서버 자체의 레지스트리로 변경합니다.
IMAGE_NAME: ${{ github.repository }}
jobs: