fix: revert to secrets.GITEA_TOKEN for gitea registry auth
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 8s

This commit is contained in:
AI Assistant
2026-03-12 13:11:29 +09:00
parent 08ef719294
commit 0d7dbd7c4e
3 changed files with 148 additions and 148 deletions

View File

@@ -15,7 +15,7 @@ jobs:
# 2. Gitea 도커 레지스트리(Packages)에 로그인 (터미널 명령어 방식)
- name: Login to Gitea Registry
run: echo "${{ github.token }}" | docker login git.savethenurse.com -u ${{ github.actor }} --password-stdin
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login git.savethenurse.com -u ${{ gitea.actor }} --password-stdin
# 3. 도커 이미지 굽기
- name: Build Docker Image